UNPKG

@aws-amplify/amplify-category-predictions

Version:

amplify-cli predictions plugin

45 lines (44 loc) 1.39 kB
{ "name": "@aws-amplify/amplify-category-predictions", "version": "5.5.22", "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.4.2", "@aws-amplify/amplify-prompts": "2.8.7", "aws-sdk": "^2.1464.0", "chalk": "^4.1.1", "fs-extra": "^8.1.0", "uuid": "^8.3.2" }, "devDependencies": { "@aws-sdk/client-rekognition": "3.624.0" }, "berry": { "plugins": [ "@yarn/plugin-typescript" ] }, "gitHead": "9933d70fa693882e787a35e715da0e18a65f83d6" }