{
  "name": "json-api-query",
  "version": "2.0.0-next.4",
  "description": "A query builder for JSONAPIDotNetCore",
  "main": "index.js",
  "scripts": {
    "schema": "node_modules/typescript-json-schema/bin/typescript-json-schema tsconfig.schema.json \"*\" > test/Models/schema.json",
    "test": "node_modules/typescript-json-schema/bin/typescript-json-schema tsconfig.schema.json \"*\" > test/Models/schema.json && nyc ./node_modules/.bin/_mocha 'test/**/*.test.ts'",
    "build": "node_modules/typescript-json-schema/bin/typescript-json-schema tsconfig.schema.json \"*\" > test/Models/schema.json && tsc"
  },
  "repository": "https://github.com/boon-bo/json-api-query",
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@testdeck/mocha": "^0.2.0",
    "chai": "^4.3.6",
    "mocha": "^9.2.2",
    "mocha-typescript": "^1.1.17",
    "nyc": "^15.1.0",
    "ts-mockito": "^2.6.1",
    "ts-node": "^10.7.0",
    "tsconfig-paths": "^3.14.1",
    "tslint": "^6.1.3",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "falafel": "^2.2.4",
    "prettier": "^2.6.2",
    "source-map-support": "^0.5.21",
    "typescript-json-schema": "^0.53.0"
  }
}
