Files
Frank Schmid be20b6db5e Update examples (#259)
* 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
2017-10-31 15:14:54 +01:00

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"
}
}