-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.8 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "noka",
"displayName": "Noka",
"version": "1.0.0",
"description": "A Web development framework",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"clean": "bash ./scripts/clean.sh",
"lint": "bash ./scripts/lint.sh",
"build": "bash ./scripts/build.sh",
"copy": "bash ./scripts/copy.sh",
"dev": "bash ./scripts/dev.sh"
},
"keywords": [
"nokit",
"nokitjs",
"nsp",
"mvc",
"rest",
"webapi",
"web"
],
"author": {
"name": "Houfeng",
"email": "admin@xhou.net"
},
"homepage": "http://nokit.org",
"bugs": {
"url": "https://github.com/nokitjs/nokit/issues",
"email": "admin@xhou.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nokitjs/nokit.git"
},
"dependencies": {
"confman": "^0.2.10",
"console3": "^1.0.6",
"globby": "^9.2.0",
"hilog": "^1.0.2",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-compose": "^4.1.0",
"koa-conditional-get": "^2.0.0",
"koa-etag": "^3.0.0",
"koa-router": "^7.4.0",
"koa-session": "^5.12.0",
"koa-static": "^5.0.0",
"ntils": "^4.0.8",
"nunjucks": "^3.2.0",
"oneport": "^1.0.2",
"reflect-metadata": "^0.1.13",
"sql.js": "^1.0.0",
"typeorm": "^0.2.18"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/globby": "^9.1.0",
"@types/koa": "^2.0.48",
"@types/koa-compose": "^3.2.3",
"@types/koa-router": "^7.0.40",
"@types/koa-session": "^5.10.0",
"@types/koa-static": "^4.0.1",
"@types/node": "^12.0.1",
"@types/nunjucks": "^3.1.1",
"copyfiles": "^2.1.0",
"ts-node": "^8.2.0",
"ts-node-dev": "^1.0.0-pre.39",
"tslint": "^5.16.0",
"tslint-config-dawn": "^1.0.2",
"typescript": "^3.5.1",
"yarn": "^1.16.0"
}
}