{
  "name": "arc-apollo-codegen-scala",
  "description": "Scala generator module for Apollo Codegen with ArcBlock support",
  "version": "0.26.2",
  "main": "./lib/index.js",
  "scripts": {
    "clean": "rm -rf lib",
    "prebuild": "npm run clean",
    "build": "tsc -p .",
    "watch": "tsc -w -p .",
    "test": "./node_modules/.bin/jest",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "ArcBlock/apollo-cli"
  },
  "author": "Martijn Walraven <martijn@martijnwalraven.com>",
  "license": "MIT",
  "engines": {
    "node": ">=6.0",
    "npm": ">=5.0"
  },
  "devDependencies": {
    "@types/graphql": "^0.13.1",
    "@types/inflected": "^1.1.29",
    "graphql": "^0.13.1",
    "jest": "^22.0.3",
    "jest-matcher-utils": "^22.0.3",
    "lerna": "^2.11.0",
    "ts-jest": "^22.0.0",
    "typescript": "^2.6.2"
  },
  "dependencies": {
    "arc-apollo-codegen-core": "^0.26.2",
    "change-case": "^3.0.1",
    "inflected": "^2.0.3"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/*.(js|ts)"
    ],
    "setupFiles": [
      "<rootDir>/../arc-apollo-codegen-core/src/polyfills.ts"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/lib/",
      "<rootDir>/test/fixtures/",
      "<rootDir>/test/test-utils"
    ],
    "transform": {
      "^.+\\.(ts|js)x?$": "<rootDir>../../node_modules/ts-jest/preprocessor.js"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "globals": {
      "ts-jest": {
        "skipBabel": true,
        "tsConfigFile": "tsconfig.test.json"
      }
    }
  },
  "private": false
}
