{
  "name": "amplify-category-xr",
  "version": "3.4.4",
  "description": "amplify-cli xr plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-category-xr"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "index.js",
  "keywords": [
    "amplify",
    "aws"
  ],
  "scripts": {
    "test": "jest --logHeapUsage",
    "test-watch": "jest --watch"
  },
  "dependencies": {
    "amplify-cli-core": "3.7.1",
    "chalk": "^4.1.1",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.3.3"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/**/*.js",
      "commands/**/*.js"
    ]
  },
  "gitHead": "8ba6c959abb9412d2d2fbee1f6952f0586cce996"
}
