UNPKG

@aws-amplify/cli

Version:
50 lines (49 loc) 1.11 kB
{ "name": "@aws-amplify/cli", "version": "13.0.0", "description": "Amplify CLI", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-cli.git", "directory": "packages/amplify-cli" }, "author": "Amazon Web Services", "license": "Apache-2.0", "keywords": [ "graphql", "appsync", "aws" ], "bin": { "amplify": "./lib/run.js" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "postinstall": "node ./lib/install.js || echo \"failed to install amplify binary\"", "prepublishOnly": "rimraf ./lib && tsc", "run": "ts-node ./run.ts", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "engines": { "node": ">=12.0.0" }, "dependencies": { "axios": "^1.6.7", "rimraf": "^3.0.2", "tar-stream": "^2.2.0" }, "devDependencies": { "@aws-amplify/cli-internal": "13.0.0", "@types/tar": "^6.1.1", "rimraf": "^3.0.2" }, "berry": { "plugins": [ "@yarn/plugin-typescript" ] }, "gitHead": "e1ad3ffda201aa3aec822ec6843cfc7c30ffab79" }