serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
26 lines (25 loc) • 663 B
JSON
{
"name": "azure-nodejs-typescript",
"version": "1.0.0",
"description": "Azure Functions webpack sample for the Serverless framework using Typescript",
"scripts": {
"test": "echo \"No tests yet...\"",
"start": "func host start"
},
"keywords": [
"azure",
"serverless"
],
"dependencies": {},
"devDependencies": {
"@azure/functions": "^1.0.3",
"@types/node": "^13.1.8",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"serverless-azure-functions": "^1.0.0",
"serverless-webpack": "^5.3.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-node-externals": "^1.7.2"
}
}