amplify-java-function-template-provider
Version:
JAVA templates supplied by the Amplify Team
34 lines (33 loc) • 851 B
JSON
{
"name": "amplify-java-function-template-provider",
"version": "1.5.24",
"description": "JAVA templates supplied by the Amplify Team",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-cli.git",
"directory": "packages/amplify-java-function-template-provider"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"keywords": [
"aws",
"amplify",
"lambda",
"java"
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-function-plugin-interface": "1.12.1"
},
"berry": {
"plugins": [
"@yarn/plugin-typescript"
]
},
"gitHead": "7979d82a39dcdb7916bb30a0cad7a51245c62119"
}