{
  "name": "@vqp/evaluation-jsonlogic",
  "version": "0.0.4",
  "description": "JSONLogic evaluation adapter for VQP",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "find src -name '*.test.ts' -exec node --import=tsx --test {} +",
    "lint": "eslint src/**/*.ts",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@vqp/core": "^0.0.7"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "keywords": [
    "vqp",
    "evaluation",
    "jsonlogic",
    "query"
  ],
  "license": "MIT"
}
