-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "@eclipse/eclipse",
"version": "1.0.0",
"description": "",
"scripts": {
"clean": "del /s /q build",
"build": "tsc --build",
"start": "npm run clean && npm run build && node build/index.js",
"start:noclean": "npm run build && node build/index.js",
"dev": "npm run clean && npm run build && node build/index.js --development",
"devNoClean": "npm run build && node build/index.js --development"
},
"author": "WoozyStudio <[email protected]>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@discordjs/rest": "2.3.0",
"@naval-base/ms": "3.1.0",
"colors": "1.4.0",
"discord.js": "14.15.2",
"dotenv": "16.4.5",
"fs": "0.0.1-security",
"glob": "10.4.1",
"i18next": "23.11.5",
"i18next-fs-backend": "2.3.1",
"mongoose": "8.4.0",
"nodemon": "3.1.1",
"path": "0.12.7",
"prettier": "3.2.5",
"retype": "0.2.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/node": "20.12.12",
"discord-api-types": "0.37.85",
"husky": "9.0.11",
"typescript": "5.4.5"
}
}