-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.18 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.18 KB
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": "nogiveaway-bot",
"version": "1.0.0",
"description": "NoGiveaway-Bot",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js --timeout 10000",
"test:blacklist": "mocha test/test.js",
"test:commands": "mocha test/command-tests.js --timeout 10000",
"test:modern": "mocha test/modern-command-tests.js --timeout 10000",
"test:helpers": "mocha test/helper-tests.js --timeout 10000",
"test:manager": "mocha test/command-manager-tests.js --timeout 10000",
"test:integration": "mocha test/integration-tests.js --timeout 10000",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akshaynexus/NoGiveaway-Bot.git"
},
"author": "akshaynexus",
"license": "MIT",
"bugs": {
"url": "https://github.com/akshaynexus/NoGiveaway-Bot/issues"
},
"homepage": "https://github.com/akshaynexus/NoGiveaway-Bot#readme",
"dependencies": {
"chalk": "^5.4.1",
"discord.js": "^14.21.0",
"express": "^5.1.0",
"mongoose": "^8.16.1"
},
"devDependencies": {
"@shoginn/discordjs-mock": "^1.0.11",
"discord.js-mock-interactions": "^0.1.9",
"mocha": "^11.7.1",
"sinon": "^21.0.0"
}
}