mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
19 lines
587 B
JSON
19 lines
587 B
JSON
{
|
|
"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"
|
|
},
|
|
"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": "^2.2.0",
|
|
"webpack": "^3.3.0"
|
|
},
|
|
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
|
|
"license": "MIT"
|
|
} |