You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
be20b6db5e
* Updated TypeScript example * Updated offline example * Updated multiple statically example * Updated include npm example * Update babel example * Updated dynamic example * Updated babel multi static example
19 lines
509 B
JSON
19 lines
509 B
JSON
{
|
|
"name": "serverless-webpack-typescript-example",
|
|
"version": "1.0.0",
|
|
"description": "Serverless webpack example using Typescript",
|
|
"main": "handler.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nicola Peduzzi <thenikso@gmail.com> (http://nikso.net)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"serverless": "^1.23.0",
|
|
"serverless-webpack": "file:../../",
|
|
"ts-loader": "^2.3.7",
|
|
"typescript": "^2.5.3",
|
|
"webpack": "^3.8.1"
|
|
}
|
|
}
|