json-eval-rs 0.0.94

High-performance JSON Logic evaluator with schema validation and dependency tracking. Built on blazing-fast Rust engine.
Documentation
{
  "name": "@json-eval-rs/common",
  "version": "0.0.94",
  "description": "Shared TypeScript types and utilities for JSON Eval RS bindings",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npx tsc",
    "prepack": "npm run build"
  },
  "keywords": [
    "json",
    "json-logic",
    "schema",
    "validation"
  ],
  "author": "Muhamad Rizki",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/byrizki/jsoneval-rs.git",
    "directory": "bindings/common"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  },
  "sideEffects": false,
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}