UNPKG

2.27 kBJSONView Raw
1{
2 "name": "instagram-private-api",
3 "description": "Instagram private API wrapper for full access to instagram",
4 "version": "1.45.2",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "files": [
8 "dist"
9 ],
10 "license": "MIT",
11 "engines": {
12 "node": ">=8.0.0"
13 },
14 "bugs": {
15 "url": "https://github.com/dilame/instagram-private-api/issues",
16 "email": "dilame.nickolson@gmail.com"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/dilame/instagram-private-api.git"
21 },
22 "homepage": "https://github.com/dilame/instagram-private-api",
23 "scripts": {
24 "build": "rimraf dist && tsc -p tsconfig.build.json",
25 "format": "prettier --write \"src/**/*.ts\"",
26 "lint": "tslint -p tsconfig.json -c tslint.json",
27 "typecheck": "tsc -p tsconfig.build.json --noEmit",
28 "prepare": "npm run build",
29 "test": "mocha --inline-diffs --timeout 1000000 tests/run.js",
30 "generate-interface": "ts-node ./tools/response-to-interface.ts",
31 "generate-docs": "typedoc"
32 },
33 "husky": {
34 "hooks": {
35 "pre-commit": "pretty-quick --staged"
36 }
37 },
38 "dependencies": {
39 "@lifeomic/attempt": "^3.0.0",
40 "@types/chance": "^1.0.2",
41 "@types/request-promise": "^4.1.43",
42 "bluebird": "^3.7.1",
43 "chance": "^1.0.18",
44 "class-transformer": "^0.3.1",
45 "debug": "^4.1.1",
46 "image-size": "^0.7.3",
47 "json-bigint": "^1.0.0",
48 "lodash": "^4.17.20",
49 "luxon": "^1.12.1",
50 "reflect-metadata": "^0.1.13",
51 "request": "^2.88.0",
52 "request-promise": "^4.2.4",
53 "rxjs": "^6.5.2",
54 "snakecase-keys": "^3.1.0",
55 "tough-cookie": "^2.5.0",
56 "ts-custom-error": "^2.2.2",
57 "ts-xor": "^1.0.6",
58 "url-regex-safe": "^1.0.2",
59 "utility-types": "^3.10.0"
60 },
61 "devDependencies": {
62 "@types/bluebird": "^3.5.26",
63 "@types/lodash": "^4.14.123",
64 "@types/luxon": "^1.12.0",
65 "@types/node": "^10.14.5",
66 "@types/tough-cookie": "^2.3.5",
67 "dotenv": "^6.2.0",
68 "husky": "^1.3.1",
69 "inquirer": "^1.1.2",
70 "json-ts": "^1.6.4",
71 "prettier": "^1.19.1",
72 "pretty-quick": "^1.10.0",
73 "rimraf": "^2.6.3",
74 "ts-node": "^8.1.0",
75 "tslint": "^5.16.0",
76 "typedoc": "^0.21.4",
77 "typedoc-plugin-markdown": "^3.10.4",
78 "typescript": "^4.3.5"
79 }
80}