-
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) · 850 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 850 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": "fanfouettebot",
"version": "0.0.1",
"description": "A bot for the fanfouettes",
"main": "index.js",
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"start": "node dist/index.js",
"lint": "tslint -c tslint.json src/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haecriver/FanfouetteBot.git"
},
"author": "Haecriver",
"license": "ISC",
"bugs": {
"url": "https://github.com/Haecriver/FanfouetteBot/issues"
},
"homepage": "https://github.com/Haecriver/FanfouetteBot#readme",
"dependencies": {
"discord.js": "^12.5.3",
"mongodb": "^3.6.6"
},
"devDependencies": {
"@types/mongodb": "^3.6.12",
"@types/node": "^14.14.41",
"@types/yargs": "^16.0.1",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
}
}