mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
21 lines
626 B
JSON
21 lines
626 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": "^7.11.1",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
"serverless-webpack": "^5.3.1",
|
|
"webpack": "^4.35.2"
|
|
},
|
|
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
|
|
"license": "MIT"
|
|
}
|