{
  "name": "dataloader-values",
  "version": "2.0.0",
  "description": "Uphold value constraints of dataloader batch function",
  "license": "MIT",
  "author": "Evan Corl",
  "contributors": [
    "Evan Corl <evan@poeticsystems.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/evancorl/dataloader-values"
  },
  "homepage": "https://github.com/evancorl/dataloader-values#readme",
  "bugs": {
    "url": "https://github.com/evancorl/dataloader-values/issues"
  },
  "keywords": [
    "dataloader",
    "graphql"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "tslint -c tslint.json -p tsconfig.json",
    "pretest": "yarn run lint",
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "yarn run build"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.4",
    "tslint": "^6.1.3",
    "tslint-config-airbnb": "^5.11.2",
    "typescript": "^4.1.2"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
