@aws-amplify/amplify-dotnet-function-template-provider
Version:
.NET templates supplied by the Amplify Team
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "@aws-amplify/amplify-dotnet-function-template-provider",
"version": "2.7.5",
"description": ".NET templates supplied by the Amplify Team",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-cli.git",
"directory": "packages/amplify-dotnet-function-template-provider"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"keywords": [
"aws",
"amplify",
"lambda",
"dotnet"
],
"publishConfig": {
"access": "public"
},
"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",
"graphql-transformer-core": "^8.2.17"
},
"devDependencies": {
"@types/inquirer": "^6.5.0",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.6"
},
"berry": {
"plugins": [
"@yarn/plugin-typescript"
]
},
"gitHead": "9933d70fa693882e787a35e715da0e18a65f83d6"
}