-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "delet3",
"version": "3.0.0-alpha.3",
"description": "delet³ for Discord",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"start": "node --experimental-specifier-resolution=node index.js",
"start-deploy": "node --experimental-specifier-resolution=node index.js --deploy",
"dev": "nodemon --experimental-specifier-resolution=node",
"dev-deploy": "nodemon --experimental-specifier-resolution=node index.js --deploy",
"prod": "pm2 start delet3",
"prod-create": "pm2 start --node-args=\"--experimental-specifier-resolution=node\" index.js --name \"delet3\" -- --color && pm2 monit",
"prod-monit": "pm2 start delet3 && pm2 monit"
},
"engines": {
"node": ">=16.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suvanl/delet3.git"
},
"author": "suvanl",
"license": "MIT",
"bugs": {
"url": "https://github.com/suvanl/delet3/issues"
},
"homepage": "https://github.com/suvanl/delet3#readme",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"canvas": "^2.9.3",
"chalk": "^5.0.1",
"common-tags": "^1.8.2",
"discord-api-types": "^0.37.1",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"html-entities": "^2.3.3",
"klaw": "^4.0.1",
"luxon": "^3.0.1",
"node-fetch": "^3.2.10",
"redis": "^4.2.0",
"semver": "^7.3.7"
},
"devDependencies": {
"chai": "^4.3.6"
}
}