-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 951 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
{
"name": "aws-nodejs-ecma-script",
"version": "1.0.0",
"description": "Serverless webpack example using ecma script",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_PATH=src APP_ENV=local nodemon src/local --exec babel-node --plugins transform-es2015-modules-commonjs",
"deploy:dev": "sls deploy --stage dev"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"serverless-webpack": "^3.1.1",
"webpack": "^3.3.0"
},
"author": "legenddam",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"dotenv": "^6.2.0",
"koa": "^2.6.2",
"koa-router": "^7.4.0",
"moment": "^2.23.0",
"nodemon": "^1.18.9",
"pg": "^7.8.0",
"redis": "^2.8.0",
"serverless-http": "^1.8.0"
}
}