{
  "name": "@spinque/query-api",
  "version": "0.21.2",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "demo": "npx ts-node -r tsconfig-paths/register ./demo/filters/index.ts",
    "docs": "typedoc src/index.ts",
    "check-format": "prettier --check \"src/**/*.ts\"",
    "format": "prettier --write \"src/**/*.ts\"",
    "test": "jest --config jestconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run check-format",
    "preversion": "npm run check-format",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "spinque",
    "query api",
    "search",
    "information retrieval",
    "ranking",
    "knowledge graph",
    "search design"
  ],
  "author": "Spinque BV (olivier@spinque.com)",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "browserify": "^17.0.0",
    "jest": "^29.5.0",
    "prettier": "^2.8.8",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.2.0",
    "typedoc": "^0.26.0",
    "typescript": "^5.3.3"
  }
}
