UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

27 lines (26 loc) 771 B
{ "name": "aws-nodejs-typescript", "version": "1.0.0", "description": "Serverless webpack example using Typescript", "main": "handler.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "source-map-support": "^0.5.10" }, "devDependencies": { "@types/aws-lambda": "^8.10.17", "@types/node": "^10.12.18", "@types/serverless": "^1.72.5", "fork-ts-checker-webpack-plugin": "^3.0.1", "serverless-webpack": "^5.2.0", "ts-loader": "^5.3.3", "ts-node": "^8.10.2", "typescript": "^3.2.4", "webpack": "^4.29.0", "webpack-node-externals": "^1.7.2" }, "author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)", "license": "MIT" }