-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "testbot",
"version": "1.0.5",
"description": "",
"main": "src/bot.js",
"scripts": {
"start": "node src/bot.js",
"dev": "concurrently \"cd swift-web-interface && npm run start\" \"npm run start\""
},
"keywords": [],
"author": "Revol",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^1.0.0",
"chalk": "^4.1.2",
"concurrently": "^7.6.0",
"discord-api-types": "^0.36.2",
"discord.js": "^14.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"jade": "^1.11.0",
"mongoose": "^7.0.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.2",
"react-router-dom": "^6.2.1",
"react-app": "^1.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.14",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"serve-static": "^1.15.0",
"undici": "^5.20.0"
}
}