UNPKG

serverless

Version:

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

32 lines (31 loc) 960 B
{ "name": "aws-nodejs-typescript", "version": "1.0.0", "description": "Serverless aws-nodejs-typescript template", "main": "servlerss.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@middy/core": "^1.5.0", "@middy/http-json-body-parser": "^1.5.0", "source-map-support": "^0.5.19" }, "devDependencies": { "@serverless/typescript": "^2.16.0", "@types/aws-lambda": "^8.10.64", "@types/node": "^14.14.6", "fork-ts-checker-webpack-plugin": "^6.0.0", "json-schema-to-ts": "^1.4.1", "serverless": "^2.16.0", "serverless-webpack": "^5.2.0", "ts-loader": "^8.0.10", "ts-node": "^9.0.0", "tsconfig-paths-webpack-plugin": "^3.3.0", "typescript": "^4.0.5", "webpack": "^5.4.0", "webpack-node-externals": "^2.5.2" }, "author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)", "license": "MIT" }