@aws-amplify/amplify-category-predictions
Version:
amplify-cli predictions plugin
44 lines (43 loc) • 1.36 kB
JSON
{
"name": "@aws-amplify/amplify-category-predictions",
"version": "5.5.27",
"description": "amplify-cli predictions plugin",
"repository": {
"type": "git",
"url": "https://github.com/aws-amplify/amplify-cli.git",
"directory": "packages/amplify-category-predictions"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"main": "lib/index.js",
"keywords": [
"amplify",
"aws"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && yarn copy-templates",
"clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
"watch": "tsc --watch",
"copy-templates": "copyfiles -u 4 src/provider-utils/awscloudformation/cloudformation-templates/* lib/provider-utils/awscloudformation/cloudformation-templates/ && copyfiles -u 4 src/provider-utils/awscloudformation/triggers/**/*.ejs lib/provider-utils/awscloudformation/triggers/",
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.6.0",
"@aws-amplify/amplify-prompts": "2.8.7",
"chalk": "^4.1.1",
"fs-extra": "^8.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@aws-sdk/client-rekognition": "^3.919.0"
},
"berry": {
"plugins": [
"@yarn/plugin-typescript"
]
},
"gitHead": "926b6d3b22a53832eb143901cee60a6f8f40536c"
}