-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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
{
"name": "@uzkk/killgame",
"version": "1.0.0",
"main": "lib/index.js",
"author": "Shigma <1700011071@pku.edu.cn>",
"license": "MIT",
"files": [
"lib",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "https://github.com/uzkk/killgame.git"
},
"bugs": {
"url": "https://github.com/uzkk/killgame/issues"
},
"homepage": "https://vp.uzkk.net/killgame/",
"scripts": {
"build": "vuepress build docs",
"dev": "vuepress dev docs",
"serve": "vuepress serve docs",
"lint": "eslint . --fix"
},
"devDependencies": {
"@uzkk/shared-assets": "^0.0.5",
"@uzkk/not-found": "^1.0.1",
"eslint": "^5.15.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"vuepress": "^1.0.0-alpha.47",
"vuepress-plugin-public-files": "^1.0.0-alpha.0",
"vuepress-theme-uzkk": "^1.0.0-alpha.34",
"ws": "^7.0.0"
},
"dependencies": {
"colyseus.js": "^0.10.5",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1"
}
}