{
  "name": "contentful-local-schema",
  "version": "0.1.6",
  "main": "dist/index.js",
  "files": [
    "bin",
    "dist",
    "schema-downloader.js",
    "schema-downloader.d.ts",
    "react.js",
    "react.d.ts",
    "graphql.js",
    "graphql.d.ts",
    "README.md"
  ],
  "bin": "./bin/contentful-local-schema",
  "author": "gburgett (gburgett@watermark.org)",
  "license": "MIT",
  "private": false,
  "type": "commonjs",
  "scripts": {
    "build": "tsc --project tsconfig.dist.json",
    "check-types": "tsc --noemit",
    "test": "jest --coverage",
    "lint": "eslint .",
    "fix": "eslint --fix .",
    "clean": "tsc --build --clean; rm -rf dist",
    "prepack": "yarn build"
  },
  "devDependencies": {
    "@apollo/client": "^3.7.10",
    "@babel/core": "^7.13.16",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.13.0",
    "@testing-library/react": "^14.0.0",
    "@types/fs-extra": "^9.0.13",
    "@types/inflection": "^1.5.28",
    "@types/jest": "^29.4.0",
    "@types/lodash": "^4.14.168",
    "@types/nock": "^11.1.0",
    "@types/node": "^18.14.6",
    "@types/react": "^18.0.28",
    "@types/tmp": "^0.2.0",
    "@types/yargs": "^16.0.1",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "babel-jest": "^29.5.0",
    "contentful": "^8.3.3",
    "cross-fetch": "^3.1.4",
    "eslint": "^8.14.0",
    "fs-extra": "^10.0.1",
    "graphql": ">= 15",
    "graphql-tag": "^2.12.4",
    "graphql-type-json": "^0.3.2",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "nock": "^13.2.4",
    "prettier": "^2.2.1",
    "react": "^18",
    "react-dom": "^18.2.0",
    "tmp": "^0.2.1",
    "typescript": "^4.8"
  },
  "dependencies": {
    "async-toolbox": "^0.7.3",
    "inflection": "^1.13.1",
    "lodash": "^4.17.21",
    "yargs": "^16.2.0"
  },
  "peerDependencies": {
    "graphql": ">= 14",
    "graphql-type-json": ">= 0.3.2",
    "react": ">= 16"
  }
}
