{
  "name": "@aws-amplify/graphql-transformer-core",
  "version": "3.5.1",
  "description": "A framework to transform from GraphQL SDL to AWS CloudFormation.",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-category-api.git",
    "directory": "packages/amplify-graphql-transformer-core"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "graphql",
    "cloudformation",
    "aws",
    "amplify",
    "transformer"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf ./lib",
    "test": "jest",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/graphql-directives": "2.8.0",
    "@aws-amplify/graphql-transformer-interfaces": "4.3.0",
    "fs-extra": "^8.1.0",
    "graphql": "^15.5.0",
    "graphql-mapping-template": "5.0.2",
    "graphql-transformer-common": "5.1.4",
    "hjson": "^3.2.2",
    "lodash": "^4.17.23",
    "md5": "^2.3.0",
    "object-hash": "^3.0.0",
    "ts-dedent": "^2.0.0"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.224.0",
    "constructs": "^10.3.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^8.0.1",
    "@types/hjson": "^2.4.3",
    "@types/md5": "^2.3.1",
    "@types/node": "^24.0.0",
    "@types/object-hash": "^2.2.1",
    "@types/uuid": "^9.0.1"
  },
  "gitHead": "fc367a0c1b19b624580220e9ad47483f656ed0d1"
}
