instagram-private-api
Version:
Instagram private API wrapper for full access to instagram
81 lines (80 loc) • 2.3 kB
JSON
{
"name": "instagram-private-api",
"description": "Instagram private API wrapper for full access to instagram",
"version": "1.45.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"bugs": {
"url": "https://github.com/dilame/instagram-private-api/issues",
"email": "dilame.nickolson@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dilame/instagram-private-api.git"
},
"homepage": "https://github.com/dilame/instagram-private-api",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json -c tslint.json",
"typecheck": "tsc -p tsconfig.build.json --noEmit",
"prepare": "npm run build",
"test": "mocha --inline-diffs --timeout 1000000 tests/run.js",
"generate-interface": "ts-node ./tools/response-to-interface.ts",
"generate-docs": "ts-node ./tools/docs-generator.ts"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@lifeomic/attempt": "^3.0.0",
"@types/chance": "^1.0.2",
"@types/request-promise": "^4.1.43",
"bluebird": "^3.7.1",
"chance": "^1.0.18",
"class-transformer": "^0.3.1",
"debug": "^4.1.1",
"image-size": "^0.7.3",
"json-bigint": "^0.3.0",
"lodash": "^4.17.20",
"luxon": "^1.12.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rxjs": "^6.5.2",
"snakecase-keys": "^3.1.0",
"tough-cookie": "^2.5.0",
"ts-custom-error": "^2.2.2",
"ts-xor": "^1.0.6",
"url-regex-safe": "^1.0.2",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.26",
"@types/lodash": "^4.14.123",
"@types/luxon": "^1.12.0",
"@types/node": "^10.14.5",
"@types/tough-cookie": "^2.3.5",
"dotenv": "^6.2.0",
"husky": "^1.3.1",
"inquirer": "^1.1.2",
"json-ts": "^1.6.4",
"prettier": "^1.19.1",
"pretty-quick": "^1.10.0",
"rimraf": "^2.6.3",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typedoc": "^0.15.0",
"typedoc-plugin-markdown": "^2.0.11",
"typescript": "^3.7.2"
}
}