-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 1.84 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "arest",
"version": "0.1.0",
"description": "A framework, which use koa2, mysql, graphql & typescript , to build micro service rapidly, safely & efficiently.",
"main": "app.ts",
"scripts": {
"start": "nodemon dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhoutk/arest.git"
},
"keywords": [
"rest",
"koa2",
"typescript",
"mysql"
],
"dependencies": {
"apollo-server-koa": "^3.6.7",
"bluebird": "^3.7.2",
"cli-color": "^2.0.2",
"debug": "^4.3.4",
"graphql": "^16.4.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-conditional-get": "^3.0.0",
"koa-etag": "^4.0.0",
"koa-graphql": "^0.12.0",
"koa-rewrite": "^3.0.1",
"koa-router": "^10.1.1",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.21",
"log4js": "^6.4.6",
"mkdirp": "^1.0.4",
"moment": "^2.29.3",
"mysql2": "^2.3.3",
"require-dir": "^1.2.0",
"uuid": "^8.3.2"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhoutk/arest/issues"
},
"homepage": "https://github.com/zhoutk/arest#readme",
"devDependencies": {
"@types/bluebird": "^3.5.36",
"@types/bluebird-global": "^3.5.13",
"@types/body-parser": "^1.19.2",
"@types/cli-color": "^2.0.2",
"@types/debug": "^4.1.7",
"@types/jsonwebtoken": "^8.5.8",
"@types/koa": "^2.13.4",
"@types/koa-router": "^7.4.4",
"@types/koa-static": "^4.0.2",
"@types/lodash": "^4.14.182",
"@types/mkdirp": "^1.0.2",
"@types/mysql": "^2.15.21",
"@types/node": "^17.0.31",
"@types/require-dir": "^1.0.2",
"@types/uuid": "^8.3.4",
"nodemon": "^2.0.16",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
}
}