{
  "author": "Louis Cruz <louisstephancruz@me.com>",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "description": "An esbuild plugin that allows for the importing of GraphQL files",
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@graphql-tools/optimize": "^1.0.1",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "commitizen": "^4.2.2",
    "cz-conventional-changelog": "3.3.0",
    "esbuild": "^0.8.26",
    "eslint": "^7.16.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-prettier": "^3.3.0",
    "graphql": "^15.4.0",
    "graphql-tag": "^2.11.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "semantic-release": "^17.3.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "files": [
    "lib/**/*"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "name": "@luckycatfactory/esbuild-graphql-loader",
  "peerDependencies": {
    "esbuild": ">=0.8.26",
    "graphql-tag": "^2.11.0",
    "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luckycatfactory/esbuild-graphql-loader.git"
  },
  "scripts": {
    "build": "tsc && ts-node ./scripts/build.ts",
    "commit": "cz",
    "commitlint": "commitlint --edit",
    "lint": "eslint . --ext .js,.ts",
    "release": "semantic-release",
    "test": "ts-node tests/prepare.ts && jest"
  },
  "types": "./lib/index.d.ts",
  "version": "3.8.1"
}
