-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 919 Bytes
/
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": "@nocom_bot/mod_pluginhandler_a",
"version": "0.0.14",
"description": "Official A-Type plugin handler for NOCOM_BOT.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOCOM-BOT/mod_pluginhandler_a.git"
},
"keywords": [
"nocom",
"bot",
"chat"
],
"author": "BadAimWeeb",
"license": "MIT",
"bugs": {
"url": "https://github.com/NOCOM-BOT/mod_pluginhandler_a/issues"
},
"homepage": "https://github.com/NOCOM-BOT/mod_pluginhandler_a#readme",
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/adm-zip": "^0.5.0",
"@types/node": "^18.0.0"
},
"dependencies": {
"adm-zip": "^0.5.9",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"type": "module"
}