-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
38
{
"name": "@polusgg/plugin-polusgg-api",
"np-plugin": true,
"version": "1.0.3-85",
"description": "Polus.gg API plugin (implementing the networking protocol used by client mods) for NodePolus",
"repository": {
"type": "git",
"url": "git+https://github.com/polusgg/plugin-polusgg-api.git"
},
"scripts": {
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"author": "Polus.gg",
"license": "ISC",
"bugs": {
"url": "https://github.com/polusgg/plugin-polusgg-api/issues"
},
"homepage": "https://github.com/polusgg/plugin-polusgg-api",
"devDependencies": {
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.10",
"@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/module-cosmetics": "latest",
"@polusgg/plugin-logger": "latest",
"async-mutex": "^0.3.2",
"emittery": "^0.8.1",
"got": "^11.8.2"
}
}