-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 771 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
{
"name": "geeboom",
"author": "Asadaaaaa",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "src/Main.js",
"scripts": {
"start": "npm i && cls && node .",
"release": "npm i && cls && npx pm2 start ./src/Main.js --name \"Geboom\" && npx pm2 log --raw Geboom --lines 500",
"logs": "npx pm2 log --raw Geboom --lines 500",
"stop": "npx pm2 flush && npx pm2 delete Geboom && cls"
},
"keywords": [],
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"fs-extra": "^10.1.0",
"grammy": "^1.7.1",
"instagram-web-api": "^2.2.2",
"js-yaml": "^4.1.0",
"mongodb": "^4.4.1",
"pm2": "^5.2.0",
"telegraf": "^4.7.0",
"tough-cookie-filestore2": "^1.0.0",
"twitter-api-v2": "^1.12.0"
}
}