-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
36 lines (36 loc) · 988 Bytes
/
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
{
"name": "earlyjoy",
"version": "1.0.0",
"description": "😳The course for react stack. earlyjoy,enjoy it!",
"main": "app.js",
"scripts": {
"dev:node": "cross-env NODE_ENV=develop nodemon app.js",
"dev:node-base": "cross-env NODE_ENV=develop node app.js",
"start:node": "cross-env NODE_ENV=production node app.js",
"pm2:start": "pm2 startOrRestart pm2.prod.config.js"
},
"dependencies": {
"kcors": "^2.2.1",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-cors": "0.0.16",
"koa-router": "^7.2.1",
"koa-static-server": "^1.3.2",
"node-fetch": "^1.7.3"
},
"devDependencies": {
"cross-env": "^5.0.5",
"nodemon": "^1.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geeknull/earlyjoy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/geeknull/earlyjoy/issues"
},
"homepage": "https://github.com/geeknull/earlyjoy#readme"
}