-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "flyhigh",
"version": "1.0.0",
"description": "Handling lightweight reports with user, reason and evidence",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fixpaths": "tscpaths -p tsconfig.json -s ./src -o ./build",
"build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./src -o ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexArcticFox/ReportBot.git"
},
"author": "AlexArcticFox",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexArcticFox/ReportBot/issues"
},
"homepage": "https://github.com/AlexArcticFox/ReportBot#readme",
"devDependencies": {
"@types/node": "^14.14.41",
"tscpaths": "^0.0.9",
"tslint-eslint-rules": "^5.4.0"
},
"dependencies": {
"@types/mongodb": "^3.6.12",
"@types/ws": "^7.4.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"bson": "^4.3.0",
"discord.js": "^12.5.3",
"eslint": "^7.24.0",
"mongodb": "^3.6.6",
"typescript": "^4.2.4"
}
}