{
  "name": "@aws-amplify/graphql-model-transformer",
  "version": "3.4.1",
  "description": "Amplify graphql @model transformer",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-category-api.git",
    "directory": "packages/amplify-graphql-model-transformer"
  },
  "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-rds-lambda": "cd rds-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-lambda.zip ./* && cd ../..",
    "build-rds-patching-lambda": "cd rds-patching-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-patching-lambda.zip ./* && cd ../..",
    "build-notification-lambda": "cd publish-notification-lambda && mkdir -p node_modules && rm -rf node_modules && npm install && tsc && cp -r node_modules lib && cd lib && bestzip --force node ../../lib/rds-notification-lambda.zip ./* && cd ../..",
    "build-table-manager-lambda": "cp src/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/package.json && (cd lib/resources/amplify-dynamodb-table/amplify-table-manager-lambda/ && mkdir -p node_modules && rm -rf node_modules && npm install)",
    "build": "tsc && yarn build-rds-lambda && yarn build-rds-patching-lambda && yarn build-notification-lambda && yarn build-table-manager-lambda",
    "watch": "tsc -w",
    "clean": "rimraf ./lib && rimraf ./rds-lambda/lib && rimraf ./rds-patching-lambda/lib && rimraf ./publish-notification-lambda/lib",
    "test": "jest",
    "test-watch": "jest --watch",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "@aws-amplify/graphql-directives": "2.8.0",
    "@aws-amplify/graphql-transformer-core": "3.5.1",
    "@aws-amplify/graphql-transformer-interfaces": "4.3.0",
    "graphql": "^15.5.0",
    "graphql-mapping-template": "5.0.2",
    "graphql-transformer-common": "5.1.4"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.224.0",
    "constructs": "^10.3.0"
  },
  "devDependencies": {
    "@aws-amplify/graphql-transformer-test-utils": "1.1.1",
    "@aws-sdk/client-dynamodb": "^3.624.0",
    "@aws-sdk/client-lambda": "^3.624.0",
    "@aws-sdk/client-sfn": "^3.624.0",
    "@types/aws-lambda": "8.10.119",
    "@types/lodash.isequal": "^4.5.8",
    "@types/node": "^24.0.0",
    "lodash.isequal": "^4.5.0"
  },
  "gitHead": "fc367a0c1b19b624580220e9ad47483f656ed0d1"
}
