{
  "name": "graphql-dynamodb-transformer",
  "version": "7.2.80",
  "description": "An AppSync model transform that takes a simple model and creates a DynamoDB table, DynamoDB stream.",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-category-api.git",
    "directory": "packages/graphql-dynamodb-transformer"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "clean": "rimraf ./lib",
    "watch": "tsc -w",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@types/pluralize": "^0.0.29",
    "cloudform-types": "^4.2.0",
    "graphql": "^15.5.0",
    "graphql-mapping-template": "4.20.16",
    "graphql-transformer-common": "4.31.1",
    "graphql-transformer-core": "8.2.13",
    "md5": "^2.2.1",
    "pluralize": "^8.0.0"
  },
  "devDependencies": {
    "@types/md5": "^2.3.1"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost",
    "testRegex": "(src/__tests__/.*.test.ts)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "collectCoverage": true,
    "coverageProvider": "v8",
    "coverageThreshold": {
      "global": {
        "branches": 68,
        "functions": 77,
        "lines": 81
      }
    },
    "coverageReporters": [
      "clover",
      "text"
    ],
    "collectCoverageFrom": [
      "src/**/*.ts"
    ],
    "coveragePathIgnorePatterns": [
      "/__tests__/"
    ]
  },
  "gitHead": "1cdf6b3886e79240b8c95e3c513e2556a7ef0380"
}
