-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 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
{
"name": "untitledproject",
"version": "1.0.0",
"description": "Untitled Discord Bot",
"main": "bot.js",
"scripts": {
"test": "nodemon src/bot/bot.js",
"start": "node src/bot/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadMatix/UntitledProject.git"
},
"author": "MadMatix aka Czekin#0001",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/MadMatix/UntitledProject/issues"
},
"homepage": "https://github.com/MadMatix/UntitledProject#readme",
"dependencies": {
"chalk": "^4.1.0",
"discord.js": "^12.3.1",
"fs": "0.0.1-security",
"mongoose": "^5.10.9",
"ms": "^2.1.2"
},
"devDependencies": {
"nodemon": "^2.0.5"
}
}