forked from PolyphasicDevTeam/NapGod.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 852 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
{
"name": "napgod",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "jest --runInBand ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolyphasicDevTeam/NapGod.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PolyphasicDevTeam/NapGod.js/issues"
},
"homepage": "https://github.com/PolyphasicDevTeam/NapGod.js#readme",
"dependencies": {
"@discordjs/uws": "^10.149.0",
"axios": "^0.18.0",
"bitset": "^5.1.1",
"bufferutil": "^4.0.1",
"discord.js": "^11.5.1",
"flat": "^4.1.0",
"lodash": "^4.17.5",
"mongoose": "^5.3.14",
"request": "^2.88.0",
"require-all": "^3.0.0"
},
"devDependencies": {
"jest": "^26.6.3",
"mongodb-memory-server": "^6.9.2",
"rewire": "^5.0.0"
}
}