{
  "name": "@git-stack/graphql-gql",
  "version": "0.0.19-23",
  "description": "Sample core for higher packages to depend on",
  "main": "lib/index.js",
  "scripts": {
    "jest": "./node_modules/.bin/jest",
    "test": "cross-env ENV_FILE=../../config/test/test.env jest",
    "test:debug": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "prepublish": "npm run build",
    "watch": "npm run build:lib:watch",
    "build": "npm run build:clean && npm run build:lib",
    "build:clean": "rimraf lib",
    "build:lib": "webpack",
    "build:lib:watch": "npm run build:lib -- --watch",
    "schema:download": "./node_modules/.bin/apollo-codegen download-schema http://localhost:8086/graphql --output schema.json",
    "schema:generate": "./node_modules/.bin/apollo-codegen generate src/**/*.graphql --schema schema.json --target typescript --output src/schema.ts",
    "persistgraphql": "persistgraphql src/ --add_typename",
    "extractqueries": "persistgraphql src/ --js --extension=ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "testEnvironment": "node",
    "roots": [
      "src"
    ],
    "modulePaths": [
      "node_modules"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
  },
  "author": "CDMBase LLC",
  "license": "ISC",
  "devDependencies": {
    "apollo-codegen": "^0.19.0",
    "cross-env": "^5.1.3",
    "jest": "^22.4.2",
    "persistgraphql": "^0.3.11",
    "rimraf": "^2.6.1",
    "webpack": "^4.7.0"
  },
  "typings": "lib/index.d.ts",
  "typescript": {
    "definition": "lib/index.d.ts"
  }
}
