-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
{
"name": "yesno",
"version": "0.0.1",
"description": "A simple Discord poll bot",
"main": "app.ts",
"scripts": {
"start": "ts-node app.ts"
},
"dependencies": {
"blapi": "^2.2.2",
"bufferutil": "^4.0.6",
"common-tags": "^1.8.2",
"datadog-metrics": "^0.9.3",
"discord-api-types": "^0.20.2",
"discord.js": "^13.6.0",
"dotenv": "^8.2.0",
"erlpack": "github:discord/erlpack",
"express": "^4.17.3",
"firebase-admin": "^9.11.0",
"snekfetch": "^4.0.4",
"sparkbots": "github:advaith1/Spark#main",
"ts-node": "^9.1.1",
"typescript": "^4.6.2",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@discordjs/collection": "^0.2.0",
"@types/common-tags": "^1.8.1",
"@types/datadog-metrics": "^0.6.2",
"@types/express": "^4.17.13",
"@types/node": "^16.11.26",
"@types/snekfetch": "^4.0.4"
}
}