generated from polusgg/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 928 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
{
"name": "@polusgg/plugin-gamemode-vanilla",
"np-plugin": true,
"version": "1.0.1-1",
"description": "Polus.gg vanilla gamemode plugin for NodePolus ",
"scripts": {
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polusgg/plugin-gamemode-vanilla.git"
},
"author": "Polus.gg",
"license": "ISC",
"bugs": {
"url": "https://github.com/polusgg/plugin-gamemode-vanilla/issues"
},
"homepage": "https://github.com/polusgg/plugin-gamemode-vanilla",
"devDependencies": {
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"eslint-plugin-tsdoc": "^0.2.11",
"typescript": "4.3.5"
},
"dependencies": {
"@nodepolus/framework": "latest",
"@polusgg/plugin-polusgg-api": "latest"
}
}