-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 KB
/
package.json
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
39
40
41
42
43
44
{
"name": "norse-bot",
"version": "1.0.0",
"description": "Discord bot created for NKU Esports",
"main": "bot.ts",
"dependencies": {
"discord.js": "^12.2.0",
"mongodb": "^3.6.0",
"node-fetch": "^2.6.1",
"typescript": "^3.9.7",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^7.0.2",
"@types/mongodb": "^3.5.25",
"@types/node": "^13.13.15",
"@types/node-fetch": "^2.5.7",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"ts-node": "^8.10.2"
},
"scripts": {
"build": "tsc",
"start": "tsc && node ./build/bot.js",
"dev": "ts-node bot.ts",
"test": "nyc mocha -r ts-node/register source/test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/royOST/norse-bot.git"
},
"author": "Roy Smith roykanesmith@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/royOST/norse-bot/issues"
},
"homepage": "https://github.com/royOST/norse-bot#readme"
}