This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.59 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": "yop-bot",
"version": "4.4",
"description": "Botlist manager !",
"main": "dist/index.js",
"author": "YopBotList's STAFF",
"license": "bsd-2-clause",
"dependencies": {
"axios": "^0.27.2",
"colors": "^1.4.0",
"discord-analytics": "^1.1.1",
"discord.js": "^14.7.1",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"highlight.js": "^11.6.0",
"html-minifier": "^4.0.0",
"jsdom": "^20.0.0",
"megajs": "^1.1.1",
"moment": "^2.29.4",
"mongoose": "^6.3.1",
"ms": "^2.1.3",
"path": "^0.12.7",
"pretty-ms": "^7.0.1",
"twemoji-parser": "^14.0.0",
"typescript": "^4.9.4"
},
"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.31",
"@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",
"start:noErrors": "ts-node-transpile-only src/index.ts"
},
"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"
}