forked from Eliasyoussef47/InstaAutoComment
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 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": "instaautocomment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"dotenv": "^8.2.0",
"inquirer": "^7.3.3",
"instagram-id-to-url-segment": "0.0.0",
"instagram-private-api": "^1.39.2",
"instagram_mqtt": "^0.2.16",
"ora": "^5.0.0",
"pushbullet": "^2.4.0",
"tsc": "^1.20150623.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js",
"build": "node index.js",
"simple": "node simple.js",
"debug": "node index.js --inspect-brk"
},
"keywords": [],
"author": "Elias Youssef",
"license": "ISC",
"devDependencies": {
"@types/node": "^13.13.4",
"typescript": "^3.8.3"
}
}