forked from dilame/instagram-private-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "instagram-private-api",
"description": "Instagram private API wrapper for full access to instagram",
"version": "0.8.29",
"main": "dist/index.js",
"files": [
"dist"
],
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"bugs": {
"url": "https://github.com/huttarichard/instagram-private-api/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/huttarichard/instagram-private-api.git"
},
"homepage": "https://github.com/huttarichard/instagram-private-api",
"scripts": {
"build": "tsc -p tsconfig.build.json && tsc -p tsconfig.build.json -d --emitDeclarationOnly --allowJs false",
"prepare": "npm run build",
"test": "./node_modules/mocha/bin/mocha --inline-diffs --timeout 1000000 tests/run.js"
},
"dependencies": {
"@types/chance": "^1.0.1",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.20",
"@types/tough-cookie": "^2.3.5",
"bluebird": "^3.5.2",
"camelcase-keys": "^4.2.0",
"chance": "^1.0.18",
"class-transformer": "^0.2.0",
"crypto-js": "^3.1.6",
"instagram-id-to-url-segment": "0.0.0",
"is-stream": "^1.1.0",
"js-md5": "^0.3.0",
"json-bigint": "^0.2.0",
"lodash": "^4.17.5",
"node-cache": "^3.0.0",
"proxy-agent": "^3.0.3",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"touch": "^1.0.0",
"tough-cookie": "^2.3.3",
"tough-cookie-file-store": "^1.2.0",
"ts-custom-error": "^2.2.2",
"underscore.string": "^3.3.5",
"valid-url": "^1.0.9"
},
"devDependencies": {
"dotenv": "^6.2.0",
"faker": "^3.1.0",
"gm": "^1.23.1",
"image-diff": "^1.6.3",
"inquirer": "^1.1.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"node-resemble-js": "0.0.5",
"prettier": "1.16.2",
"should": "^8.3.1",
"should-sinon": "0.0.5",
"sinon": "^1.17.3",
"tmp": "0.0.28",
"ts-node": "^8.0.2",
"typescript": "^3.2.4"
}
}