generated from polusgg/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 948 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
{
"name": "@polusgg/plugin-polusgg-auth",
"np-plugin": true,
"version": "1.0.1-37",
"description": "Auth plugin for NodePolus",
"repository": {
"type": "git",
"url": "git+https://github.com/polusgg/plugin-template.git"
},
"author": "Polus.gg",
"license": "ISC",
"bugs": {
"url": "https://github.com/polusgg/plugin-template/issues"
},
"scripts": {
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"test": "ava"
},
"homepage": "https://github.com/polusgg/plugin-template",
"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/module-polusgg-auth-api": "latest",
"@polusgg/plugin-polusgg-api": "latest"
}
}