-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@polusgg/server-nodepolus",
"version": "3.0.1-125",
"description": "NodePolus server preconfigured for Polus.gg",
"engines": {
"node": ">=15"
},
"scripts": {
"dev": "NP_LOG_LEVEL=trace npm start",
"start": "ts-node bin/polus",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polusgg/server-nodepolus.git"
},
"author": "Polus.gg",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/polusgg/server-nodepolus/issues"
},
"homepage": "https://github.com/polusgg/server-nodepolus",
"dependencies": {
"@nodepolus/framework": "latest",
"@polusgg/module-cosmetics": "latest",
"@polusgg/module-polusgg-auth-api": "latest",
"@polusgg/plugin-gamemode-hide-and-seek": "latest",
"@polusgg/plugin-gamemode-town-of-polus": "latest",
"@polusgg/plugin-gamemode-vanilla": "latest",
"@polusgg/plugin-lfg": "latest",
"@polusgg/plugin-loadpolus-client": "latest",
"@polusgg/plugin-logger": "latest",
"@polusgg/plugin-polusgg-api": "latest",
"@polusgg/plugin-polusgg-auth": "latest",
"@sentry/node": "^6.13.2",
"async-mutex": "^0.3.2",
"commonjs": "^0.0.1",
"emittery": "^0.8.1",
"got": "^11.8.2",
"ioredis": "^4.27.7",
"mongodb": "^4.1.0",
"toposort": "^2.0.2",
"ts-node": "^9.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/ioredis": "^4.26.7",
"@types/node": "^14.14.10",
"@types/toposort": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-tsdoc": "^0.2.11",
"tsconfig-paths": "^3.9.0",
"typescript": "4.3.5"
}
}