-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.45 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.45 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
48
49
50
51
52
53
54
55
56
57
{
"name": "2pg",
"version": "1.0.0",
"description": "Good bot",
"main": "bot.js",
"scripts": {
"test": "ts-mocha tests/**/*.tests.ts",
"test:u": "ts-mocha tests/unit/**/*.tests.ts",
"test:i": "ts-mocha tests/integration/**/*.tests.ts",
"start": "ts-node src/app.ts",
"dev": "ts-node-dev src/app.ts"
},
"engines": {
"node": "24.0.x"
},
"keywords": [],
"author": "ADAMJR#0001",
"license": "ISC",
"dependencies": {
"@2pg/music": "^1.1.7",
"@2pg/oauth": "^1.0.8",
"@discordjs/opus": "^0.10.0",
"@types/axios": "^0.14.4",
"@types/chai": "^5.2.3",
"@types/chai-as-promised": "^8.0.2",
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.5",
"@types/mocha": "^10.0.10",
"@types/mongoose": "^5.11.97",
"@types/supertest": "^6.0.3",
"@types/ws": "^8.18.1",
"body-parser": "^2.2.0",
"canvas": "^3.2.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"discord.js": "^14.24.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"mongoose": "^8.19.3",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.10",
"rate-limit-mongo": "^2.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^24.10.0",
"chai": "^6.2.0",
"chai-as-promised": "^8.0.2",
"mocha": "^11.7.4",
"supertest": "^7.1.4",
"ts-mocha": "^11.1.0",
"ts-mockito": "^2.6.1",
"ts-node-dev": "^2.0.0"
}
}