amplify-dotnet-function-runtime-provider
Version:
Provides functionality related to functions in .NET on AWS
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "amplify-dotnet-function-runtime-provider",
"version": "2.1.5",
"description": "Provides functionality related to functions in .NET on AWS",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-cli.git",
"directory": "packages/amplify-dotnet-function-runtime-provider"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"keywords": [
"aws",
"amplify",
"lambda",
"dotnet"
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.2",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"@aws-amplify/amplify-prompts": "2.8.7",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^11.0.1",
"which": "^2.0.2"
},
"devDependencies": {
"@types/node": "^12.12.6",
"@types/which": "^1.3.2"
},
"berry": {
"plugins": [
"@yarn/plugin-typescript"
]
},
"gitHead": "9933d70fa693882e787a35e715da0e18a65f83d6"
}