{
  "name": "json-expression-eval",
  "version": "9.0.0",
  "description": "json serializable rule engine / boolean expression evaluator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": "^20 || ^22 || ^24"
  },
  "scripts": {
    "test": "pnpm run lint && pnpm run test:tsd && pnpm run test:cover",
    "test:tsd": "tsd",
    "test:unit": "vitest run",
    "build": "pnpm run lint && pnpm run compile",
    "compile": "tsc -p tsconfig.build.json",
    "test:cover": "vitest run --coverage",
    "lint": "eslint 'src/**/*.ts'",
    "ci": "pnpm run lint && pnpm run compile && pnpm run test:tsd && pnpm run test:cover"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/regevbr/json-expression-eval.git"
  },
  "keywords": [
    "evaluate",
    "serializable",
    "expression",
    "json",
    "dynamic",
    "function",
    "boolean",
    "node",
    "js",
    "javascript",
    "eval",
    "rule",
    "engine",
    "rule-engine",
    "typescript"
  ],
  "author": "Regev Brody <regevbr@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/regevbr/json-expression-eval/issues"
  },
  "homepage": "https://github.com/regevbr/json-expression-eval#readme",
  "tsd": {
    "directory": "src/test/types"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "@types/node": "^24.10.9",
    "@types/underscore": "^1.13.0",
    "@typescript-eslint/eslint-plugin": "^8.23.0",
    "@typescript-eslint/parser": "^8.23.0",
    "@vitest/coverage-v8": "^3.0.5",
    "eslint": "^9.19.0",
    "globals": "^16.0.0",
    "moment": "^2.30.1",
    "ts-node": "^10.9.2",
    "tsd": "^0.33.0",
    "typescript": "^5.9.3",
    "vitest": "^3.0.5"
  },
  "dependencies": {
    "ts-toolbelt": "^9.6.0"
  }
}
