{
  "name": "graphql-retain-transformer",
  "version": "2.0.0",
  "description": "Prevent losing production data by enabling the retain deletion policy for your AWS Amplify API!",
  "author": "Florian Gyger <info@floriangyger.ch>",
  "license": "MIT",
  "scripts": {
    "start": "tsc -w",
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "npm run test && npm run build",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
  },
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flogy/graphql-retain-transformer.git"
  },
  "bugs": {
    "url": "https://github.com/flogy/graphql-retain-transformer/issues"
  },
  "homepage": "https://github.com/flogy/graphql-retain-transformer#readme",
  "keywords": [
    "aws",
    "amplify",
    "grapqhl",
    "deletion",
    "policy",
    "retain",
    "transformer",
    "dynamodb"
  ],
  "devDependencies": {
    "@aws-amplify/graphql-model-transformer": "^0.15.2",
    "jest": "^26.6.0",
    "prettier": "^2.1.2",
    "ts-jest": "^26.4.1",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@aws-amplify/graphql-transformer-core": "^0.17.9",
    "graphql": "^14.5.8",
    "graphql-mapping-template": "^4.20.5",
    "graphql-transformer-common": "^4.24.0"
  }
}
