-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 864 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 864 Bytes
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
{
"name": "instagram-story-robot",
"version": "1.0.0",
"description": "IG story-robot",
"main": "index.js",
"repository": "https://github.com/mmjee/instagram-story-robot.git",
"license": "GPL-3.0-or-later",
"private": false,
"scripts": {
"dev": "NODE_PATH=. nodemon -e js,toml -- --inspect=127.0.0.1:9251 index.js",
"start": "NODE_PATH=. NODE_ENV=production node index.js"
},
"dependencies": {
"download": "^8.0.0",
"instagram-private-api": "^1.45.3",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"toml": "^3.0.0",
"winston": "^3.6.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"nodemon": "^2.0.15"
}
}