{
  "name": "amplify-util-mock",
  "version": "4.8.2",
  "description": "amplify cli plugin providing local testing",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-util-mock"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "scripts": {
    "e2e": "yarn run e2e_v1 && yarn run e2e_v2",
    "e2e_v2": "jest --runInBand --forceExit ./src/__e2e_v2__/*.test.ts",
    "e2e_v1": "jest --runInBand --forceExit ./src/__e2e__/*.test.ts",
    "test": "jest --logHeapUsage src/__tests__/**/*.test.ts",
    "test-watch": "jest --watch",
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf lib tsconfig.tsbuildinfo node_modules",
    "velocity": "jest ./src/__tests__/velocity/*.test.ts",
    "jest": "jest",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/amplify-appsync-simulator": "2.9.4",
    "@aws-amplify/amplify-opensearch-simulator": "1.1.5",
    "@hapi/topo": "^5.0.0",
    "amplify-category-function": "4.3.2",
    "amplify-cli-core": "3.6.2",
    "amplify-codegen": "^3.3.5",
    "amplify-dynamodb-simulator": "2.5.6",
    "amplify-prompts": "2.6.3",
    "amplify-provider-awscloudformation": "6.10.4",
    "amplify-storage-simulator": "1.7.2",
    "chokidar": "^3.5.3",
    "detect-port": "^1.3.0",
    "dotenv": "^8.2.0",
    "execa": "^5.1.1",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.3.3",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.7",
    "semver": "^7.3.5",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "@aws-amplify/graphql-auth-transformer": "1.2.8-alhotpatchfeb.0",
    "@aws-amplify/graphql-default-value-transformer": "0.7.9-alhotpatchfeb.0",
    "@aws-amplify/graphql-function-transformer": "0.7.37-alhotpatchfeb.0",
    "@aws-amplify/graphql-http-transformer": "0.8.37-alhotpatchfeb.0",
    "@aws-amplify/graphql-index-transformer": "0.14.10-alhotpatchfeb.0",
    "@aws-amplify/graphql-maps-to-transformer": "1.1.43-alhotpatchfeb.0",
    "@aws-amplify/graphql-model-transformer": "0.16.9-alhotpatchfeb.0",
    "@aws-amplify/graphql-predictions-transformer": "0.6.37-alhotpatchfeb.0",
    "@aws-amplify/graphql-relational-transformer": "0.12.11-alhotpatchfeb.0",
    "@aws-amplify/graphql-searchable-transformer": "0.16.10-alhotpatchfeb.0",
    "@aws-amplify/graphql-transformer-core": "0.18.5-alhotpatchfeb.0",
    "@aws-amplify/graphql-transformer-interfaces": "1.14.13-alhotpatchfeb.0",
    "@aws-amplify/graphql-transformer-migrator": "1.4.17-alhotpatchfeb.0",
    "@types/detect-port": "^1.3.0",
    "@types/lodash": "^4.14.149",
    "@types/node": "^12.12.6",
    "@types/semver": "^7.1.0",
    "@types/which": "^1.3.2",
    "amplify-function-plugin-interface": "1.9.6",
    "amplify-nodejs-function-runtime-provider": "2.3.10",
    "aws-appsync": "^4.1.4",
    "aws-sdk": "^2.1233.0",
    "aws-sdk-mock": "^5.8.0",
    "axios": "^0.26.0",
    "graphql-auth-transformer": "7.2.49-alhotpatchfeb.0",
    "graphql-connection-transformer": "5.2.48-alhotpatchfeb.0",
    "graphql-dynamodb-transformer": "7.2.48-alhotpatchfeb.0",
    "graphql-function-transformer": "3.3.39-alhotpatchfeb.0",
    "graphql-key-transformer": "3.2.48-alhotpatchfeb.0",
    "graphql-tag": "^2.10.1",
    "graphql-transformer-core": "7.6.11-alhotpatchfeb.0",
    "graphql-versioned-transformer": "5.2.48-alhotpatchfeb.0",
    "isomorphic-fetch": "^3.0.0",
    "jsonwebtoken": "^9.0.0",
    "uuid": "^8.3.2",
    "ws": "^7.5.7"
  },
  "jest": {
    "testRunner": "jest-circus/runner",
    "preset": "ts-jest",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts",
      "!**/node_modules/**",
      "!src/__tests__/**",
      "!lib/**"
    ],
    "reporters": [
      "default",
      "jest-junit"
    ],
    "testEnvironment": "node",
    "testURL": "http://localhost/",
    "testRegex": "(src/(__tests__|__e2e__|__e2e_v2__)/.*.test.ts)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "jest-junit": {
    "outputDirectory": "reports/junit/",
    "outputName": "js-test-results.xml",
    "usePathForSuiteName": "true",
    "addFileAttribute": "true"
  },
  "gitHead": "0340048db1302aa03c40e5fca87d5ccd6c675af6"
}
