-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 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
46
{
"name": "api-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon index.js",
"doc": "./node_modules/.bin/apidoc -i ./doc-src -o ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenbinke/api-sample.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wenbinke/api-sample/issues"
},
"homepage": "https://github.com/wenbinke/api-sample#readme",
"devDependencies": {
"apidoc": "^0.17.6",
"apollo-codegen": "^0.20.2",
"nodemon": "^1.17.5"
},
"dependencies": {
"apollo-server-koa": "^1.3.6",
"bunyan": "^1.8.12",
"config": "^1.30.0",
"dataloader": "^1.4.0",
"graphql": "^0.13.2",
"graphql-tools": "^3.0.4",
"jsonwebtoken": "^8.3.0",
"kcors": "^2.2.1",
"koa": "^2.5.1",
"koa-body": "^4.0.4",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-validate": "^1.0.7",
"lodash": "^4.17.10",
"mysql2": "^1.5.3",
"r2": "^2.0.1",
"sequelize": "^4.38.0"
}
}