2016-08-16 23:48:20 +02:00
|
|
|
{
|
2016-08-18 16:19:28 +02:00
|
|
|
"name": "serverless-webpack-typescript-example",
|
2016-08-16 23:48:20 +02:00
|
|
|
"version": "1.0.0",
|
2016-08-18 16:19:28 +02:00
|
|
|
"description": "Serverless webpack example using Typescript",
|
2016-08-16 23:48:20 +02:00
|
|
|
"main": "handler.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "Nicola Peduzzi <thenikso@gmail.com> (http://nikso.net)",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2017-10-31 15:14:54 +01:00
|
|
|
"serverless": "^1.23.0",
|
2017-07-26 17:42:15 -03:00
|
|
|
"serverless-webpack": "file:../../",
|
2017-09-18 15:21:01 -03:00
|
|
|
"ts-loader": "^2.3.7",
|
2017-10-31 15:14:54 +01:00
|
|
|
"typescript": "^2.5.3",
|
|
|
|
|
"webpack": "^3.8.1"
|
2016-08-16 23:48:20 +02:00
|
|
|
}
|
|
|
|
|
}
|