-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.56 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pufferbot",
"version": "1.1",
"description": "PufferPanel Manager !",
"main": "dist/index.js",
"author": "[email protected]",
"license": "bsd-2-clause",
"dependencies": {
"axios": "^0.27.2",
"colors": "^1.4.0",
"discord.js": "^14.7.0",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"generate-password": "^1.7.0",
"highlight.js": "^11.6.0",
"html-minifier": "^4.0.0",
"jsdom": "^20.0.0",
"moment": "^2.29.4",
"mongoose": "^6.3.1",
"ms": "^2.1.3",
"path": "^0.12.7",
"pretty-ms": "^7.0.1",
"qs": "^6.11.0",
"twemoji-parser": "^14.0.0",
"typescript": "^4.8.3"
},
"devDependencies": {
"@types/figlet": "^1.5.4",
"@types/he": "^1.1.2",
"@types/html-minifier": "4.0.2",
"@types/jsdom": "^20.0.0",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.45",
"@types/qs": "^6.9.7",
"@types/twemoji-parser": "^13.1.1",
"nodemon": "^2.0.16",
"pm2": "^5.2.0",
"ts-node": "^10.7.0",
"tsc": "^2.0.4"
},
"scripts": {
"build": "tsc",
"start:js": "nodemon dist/index.js",
"start:ts": "nodemon src/index.ts",
"prod:start": "pm2 start dist/index.js",
"prod:restart": "pm2 restart dist/index.js",
"prod:list": "pm2 list",
"prod:stop": "pm2 stop dist/index.js",
"prod:logs": "pm2 logs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nonolanlan1007/Yop-Bot.git"
},
"bugs": {
"url": "https://github.com/Nonolanlan1007/Yop-Bot/issues"
},
"homepage": "https://github.com/Nonolanlan1007/Yop-Bot#readme"
}