@brainstack/rules-engine
Version:
A lightweight rules engine to evaluate conditional logic.
38 lines (37 loc) • 1.06 kB
JSON
{
"name": "@brainstack/rules-engine",
"version": "1.0.87",
"description": "A lightweight rules engine to evaluate conditional logic.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "set NODE_OPTIONS=--experimental-vm-modules && jest --coverage index.test.ts",
"test:dev": "jest --watchAll",
"build": "tsc",
"build:watch": "tsc --watch",
"start": "node dist/index.js",
"types": "tsc --declaration --outDir ../typings/memory --emitDeclarationOnly"
},
"repository": {
"type": "git",
"url": "https://github.com/mouimet-infinisoft/brainstack-rules-engine.git"
},
"keywords": [
"rules-engine",
"business-rules",
"conditional-logic",
"typescript"
],
"author": "Infisoft World <info@infinisoft.world>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.0",
"jest": "^26.0.0",
"ts-jest": "^26.0.0",
"typescript": "^4.0.0"
},
"gitHead": "3ec17032293a74e137ec846d4a6045173ee6e8ec"
}