-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 783 Bytes
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
{
"name": "sudo-minigames",
"version": "1.0.0",
"description": "A fun npm package to play games within Discord.",
"main": "index.js",
"scripts": {
"start": "nodemon test/test.js",
"test": "nodemon test/original.test.js"
},
"keywords": [
"discord-games"
],
"homepage": "https://github.com/SudoDevelopment/sudo-minigames#readme",
"license": "CC BY-NC-ND 4.0",
"bugs": {
"url": "https://github.com/SudoDevelopment/sudo-minigames/issues"
},
"author": "Sujal Goel#7602",
"repository": {
"type": "git",
"url": "https://github.com/SudoDevelopment/sudo-minigames.git"
},
"dependencies": {
"axios": "^0.25.0",
"chalk": "^5.0.0",
"discord.js": "^13.6.0",
"mathjs": "^10.1.0",
"string-width": "^5.1.0"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}