-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 782 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 782 Bytes
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
{
"name": "koa1",
"version": "1.0.0",
"description": "",
"main": "cb-promise.js",
"scripts": {
"dev": "nodemon -w es --exec \"babel-node es\"",
"build": "babel -w es -d dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/node": "^7.2.2",
"@babel/runtime": "^7.4.3",
"@babel/runtime-corejs2": "^7.4.3",
"co": "^4.6.0",
"express": "^4.16.4",
"koa": "^2.7.0",
"koa-logger": "^2.0.1",
"koa-session": "^5.10.1",
"node-fetch": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"rimraf": "^2.6.3"
}
}