UNPKG

the-rule-engine

Version:

⚙️ A small fluent DSL for conditional logic (validation, gating, etc)

27 lines (26 loc) 782 B
{ "name": "the-rule-engine", "version": "1.0.0", "description": "⚙️ A small fluent DSL for conditional logic (validation, gating, etc)", "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "type": "module", "scripts": { "test": "node test/ruleEngine.test.js" }, "keywords": [ "rule-engine", "rule", "engine", "conditional", "logic", "validation", "gating","DSL"], "author": "cinfinit", "repository": { "type": "git", "url": "git+https://github.com/cinfinit/the-rule-engine.git" }, "bugs": { "url": "https://github.com/cinfinit/the-rule-engine/issues" }, "homepage": "https://github.com/cinfinit/the-rule-engine#readme", "license": "ISC" }