{
  "name": "@aws-amplify/amplify-category-custom",
  "version": "3.1.33",
  "description": "amplify-cli custom resources plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-category-custom"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest --logHeapUsage",
    "clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "watch": "tsc -w",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "keywords": [
    "amplify",
    "aws"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@aws-amplify/amplify-cli-core": "4.6.0",
    "@aws-amplify/amplify-prompts": "2.8.7",
    "aws-cdk-lib": "~2.189.1",
    "execa": "^5.1.1",
    "fs-extra": "^8.1.0",
    "glob": "^11.0.1",
    "ora": "^4.0.3",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.149",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1"
  },
  "jest": {
    "testEnvironmentOptions": {
      "url": "http://localhost"
    },
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "((\\.|/)(test|spec))\\.tsx?$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts",
      "!**/*.d.ts"
    ]
  },
  "berry": {
    "plugins": [
      "@yarn/plugin-typescript"
    ]
  },
  "gitHead": "926b6d3b22a53832eb143901cee60a6f8f40536c"
}
