-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 888 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": "qmbae",
"version": "1.0.4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js > log.txt"
},
"keywords": [],
"author": "dekkeng",
"license": "MIT",
"dependencies": {
"@bishopper/testrun": "^1.0.0",
"@types/node": "^18.0.6",
"api": "^6.1.1",
"axios": "^1.6.2",
"buakontea": "^1.0.0",
"discord.js": "^14.7.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"node-fetch": "^3.2.6",
"wallet-forgot-part-seed": "^1.0.1",
"winkteahellotest": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dekkeng/qmbae.git"
},
"bugs": {
"url": "https://github.com/dekkeng/qmbae/issues"
},
"homepage": "https://github.com/dekkeng/qmbae#readme",
"description": ""
}