{
  "_args": [
    [
      "amplify-prompts@1.1.2",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "amplify-prompts@1.1.2",
  "_id": "amplify-prompts@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-reSjj7RKYrqSq34lYrP+sykUBvYrnCoJen2euKDwwRdxq/heWS97aJD1DahIJvEEW/YN+WUdzhpuzjBL8W3hcA==",
  "_location": "/amplify-prompts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "amplify-prompts@1.1.2",
    "name": "amplify-prompts",
    "escapedName": "amplify-prompts",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/amplify-cli-core"
  ],
  "_resolved": "https://registry.npmjs.org/amplify-prompts/-/amplify-prompts-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer",
  "author": {
    "name": "Amazon Web Services"
  },
  "bugs": {
    "url": "https://github.com/aws-amplify/amplify-cli/issues"
  },
  "dependencies": {
    "chalk": "^4.1.1",
    "enquirer": "^2.3.6"
  },
  "description": "Utility functions for Amplify CLI terminal I/O",
  "devDependencies": {
    "rimraf": "^3.0.2"
  },
  "gitHead": "8738095619ba2bc2f01d381d816fc0f65bb3f88f",
  "homepage": "https://github.com/aws-amplify/amplify-cli#readme",
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost",
    "testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "keywords": [
    "amplify",
    "cli",
    "prompts"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "amplify-prompts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws-amplify/amplify-cli.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib tsconfig.tsbuildinfo",
    "demo": "yarn build && node lib/demo/demo.js",
    "test": "jest --color",
    "watch": "tsc -w"
  },
  "version": "1.1.2"
}
