-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "stockpiler-discord-bot",
"version": "1.0.0",
"description": "Discord bot for the Foxhole Stockpiler Program",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tkaixiang/stockpiler-discord-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tkaixiang/stockpiler-discord-bot/issues"
},
"homepage": "https://github.com/Tkaixiang/stockpiler-discord-bot#readme",
"dependencies": {
"@discordjs/builders": "^1.6.3",
"@discordjs/rest": "^1.7.1",
"argon2": "^0.29.1",
"csv-parser": "^3.0.0",
"discord-api-types": "^0.37.37",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"express-mongo-sanitize": "^2.2.0",
"mongodb": "^5.1.0",
"node-cache": "^5.1.2",
"string-similarity": "^4.0.4",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/string-similarity": "^4.0.0",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1"
}
}