-
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.07 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.07 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": "2o3t-core",
"version": "0.0.34",
"author": "Zyao89 <zyao89@gmail.com>",
"description": "[Server Library] 2o3t.cn --> Server Core, denend on KOA.",
"main": "index.js",
"files": [
"lib",
"@types"
],
"scripts": {
"test": "node ./test",
"lint": "eslint ./ --fix"
},
"keywords": [
"zyao89",
"2o3t",
"core",
"loader",
"koa"
],
"types": "@types",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"2o3t-logger": "^0.3.9",
"2o3t-utility": "^0.1.2",
"@2o3t/koa2-proxy-middleware": "^0.0.4",
"inflection": "^1.12.0",
"koa": "^2.7.0",
"koa-convert": "^1.2.0",
"koa-router": "^7.4.0",
"ready-callback": "^2.1.0"
},
"devDependencies": {
"plugintest": "file:./pluginTest",
"@types/koa": "^2.0.48",
"@types/koa-router": "^7.0.35",
"babel-eslint": "^10.0.1",
"eslint": "^5.9.0",
"eslint-config-2o3t": "^1.1.3"
}
}