-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 913 Bytes
/
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
{
"name": "war",
"version": "1.0.0",
"description": "War Card Game",
"main": "build/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fyrlex/war.git"
},
"keywords": [
"cards"
],
"author": "Fyrlex#2740",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fyrlex/war/issues"
},
"homepage": "https://github.com/Fyrlex/war#readme",
"dependencies": {
"@discordjs/collection": "^0.3.2",
"better-random.js": "^1.0.3",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"fastify": "^3.24.1",
"fastify-express": "^0.3.3",
"pretty-ms": "^7.0.1"
},
"devDependencies": {
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"typescript": "^4.5.3"
}
}