{
  "name": "@worldbrain/storex-graphql-schema",
  "version": "0.1.1",
  "description": "Automatic GraphQL schema for Storex modules",
  "main": "lib/index.js",
  "typings": "lib/index",
  "scripts": {
    "prepare": "tsc",
    "prepare:watch": "npm run prepare -- -w",
    "test": "mocha --require ts-node/register \"ts/**/*.test.ts\"",
    "test:watch": "mocha -r source-map-support/register -r ts-node/register \"ts/**/*.test.ts\" --watch --watch-extensions ts",
    "run-test": "node test.js"
  },
  "keywords": [
    "graph",
    "graphql",
    "database",
    "api"
  ],
  "author": "Vincent den Boer",
  "dependencies": {
    "lodash": "^4.17.10",
    "source-map-support": "^0.4.18"
  },
  "devDependencies": {
    "@types/chai": "^4.0.6",
    "@types/events": "^1.2.0",
    "@types/graphql": "^14.0.7",
    "@types/mocha": "^2.2.44",
    "@types/node": "^10.12.11",
    "@worldbrain/storex": "^0.3.5",
    "@worldbrain/storex-pattern-modules": "^0.3.0",
    "@worldbrain/storex-backend-dexie": "^0.2.3",
    "chai": "^4.1.2",
    "expect": "^23.5.0",
    "fake-indexeddb": "^2.0.4",
    "graphql": "^14.0.0",
    "graphql-errors": "^2.1.0",
    "mocha": "^4.0.1",
    "sinon": "^4.1.2",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.1"
  },
  "peerDependencies": {
    "graphql": "^14.0.0",
    "@worldbrain/storex": "^0.3.5",
    "@worldbrain/storex-pattern-modules": "^0.3.0"
  },
  "resolutions": {
    "**/graphql": "^14.0.0"
  }
}
