-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 952 Bytes
/
package.json
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
{
"name": "mx-puppet-instagram",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"lint": "tslint --project ./tsconfig.json -t stylish",
"start": "npm run-script build && node ./build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sorunome",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Sorunome/mx-puppet-instagram.git"
},
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"escape-html": "^1.0.3",
"events": "^3.1.0",
"instagram-private-api": "^1.43.3",
"jimp": "^0.10.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.20",
"mx-puppet-bridge": "^0.1.4",
"node-html-parser": "^1.2.14",
"tough-cookie": "^3.0.1",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/node": "^12.12.34"
}
}