-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 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
34
{
"name": "banhandler",
"displayName": "BanHandler",
"color": "#092a5e",
"version": "1.0.0",
"description": "BanHandler for BeRP",
"devMode": true,
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js"
},
"author": "PMK744",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.2.0",
"@types/sqlite3": "^3.1.7",
"sqlite3": "^5.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/node": "^15.12.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BeRP-Plugins/BanHandler.git"
},
"bugs": {
"url": "https://github.com/BeRP-Plugins/BanHandler/issues"
},
"homepage": "https://github.com/BeRP-Plugins/BanHandler#readme"
}