-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 941 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": "masseybot",
"version": "2.4.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "tsc",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NotMyLyfe/masseybot.git"
},
"author": "NotMyLyfe",
"license": "MIT",
"bugs": {
"url": "https://github.com/NotMyLyfe/masseybot/issues"
},
"homepage": "https://github.com/NotMyLyfe/masseybot#readme",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"@types/express-handlebars": "^5.3.1",
"axios": "^0.21.4",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.4",
"piscina": "^3.1.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"typescript": "^4.4.4"
}
}