-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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": "goom",
"version": "1.0.0",
"description": "Yet another moderation bot.",
"main": "dist/index.js",
"scripts": {
"start": "npm run build && node .",
"eslint": "eslint src/",
"eslint:fix": "eslint src/ --fix",
"build": "tsc"
},
"repository": {
"url": "git+https://github.com/AviiiCD/Goom"
},
"keywords": [],
"author": "AviiiCD",
"license": "ISC",
"bugs": {
"url": "https://github.com/AviiiCD/Goom/issues"
},
"homepage": "https://github.com/AviiiCD/Goom#readme",
"dependencies": {
"@fabricio-191/ms": "*",
"discord.js-light": "github:timotejroiko/discord.js-light",
"dotenv": "^8.2.0",
"mongoose": "^5.12.6"
},
"devDependencies": {
"@types/node": "^15.0.1",
"eslint": "^7.25.0",
"typescript": "^4.2.4"
}
}