{
  "name": "@aws-amplify/graphql-directives",
  "version": "2.7.1",
  "description": "Directive definitions for Amplify GraphQL transformers.",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-category-api.git",
    "directory": "packages/amplify-graphql-directives"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "graphql",
    "aws",
    "amplify",
    "directives"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf ./lib",
    "test": "jest",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "gitHead": "5bf229e3498a418d1320bbc0eff9786e0dd87f55"
}
