-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
{
"name": "ryuks-fnmm",
"version": "8.2.0",
"main": "build/index.js",
"type": "module",
"scripts": {
"start": "node .",
"build": "tsc",
"dev": "npm run build && npm run start",
"win-dev": "powershell -ExecutionPolicy Bypass -Command . .\\env.pwsh; npm run start"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/rest": "^2.3.0",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.7.2",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"discord-api-types": "^0.37.92",
"discord.js": "^14.15.3",
"dotenv": "^16.4.7",
"express": "^4.19.2",
"fnbr": "github:fnbrjs/fnbr.js",
"https-proxy-agent": "^7.0.5",
"nconf": "^0.12.1",
"node": "^18.20.4",
"npm": "^10.8.2",
"npm-check-updates": "^16.14.20",
"pm2": "^5.4.1",
"string-similarity": "^4.0.4",
"wokcommands": "^2.1.9",
"ws": "^8.18.0",
"xml-parser": "^1.2.1"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.21",
"@types/nconf": "^0.10.6",
"@types/node": "^20.14.10",
"@types/node-fetch": "^2.6.11",
"@types/string-similarity": "^4.0.2",
"@types/ws": "^8.5.11",
"@types/xml-parser": "^1.2.33",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.3"
}
}