UNPKG

dmn-processor

Version:

Evaluation of DMN 1.3 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)

72 lines (71 loc) 1.79 kB
{ "name": "dmn-processor", "version": "1.5.3", "description": "Evaluation of DMN 1.3 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)", "license": "MIT", "main": "index.js", "scripts": { "lint": "echo later", "lintfix": "eslint . --fix", "test": "./node_modules/.bin/mocha ./test/**/*.spec.js", "build": "./node_modules/.bin/gulp", "precommit-msg": "echo 'Pre-commit checks...' && exit 0" }, "pre-commit": [ "precommit-msg", "lint" ], "engines": { "node": ">=6.9.2" }, "repository": { "type": "git", "url": "https://github.com/madbonez/dmn-processor.git" }, "keywords": [ "DMN 1.3", "FEEL", "S-FEEL", "Rule", "Rule Engine", "Decision", "Decision Table" ], "author": "Andre Hegerath <andre.hegerath@hbt.de>", "dependencies": { "big.js": "^5.2.2", "dmn-moddle": "^9.1.0", "bunyan": "^1.8.15", "lodash": "^4.17.19", "loglevel": "^1.6.8", "moment": "^2.27.0", "moment-timezone": "^0.5.31" }, "devDependencies": { "chai": "^4.2.0", "chai-arrays": "^2.2.0", "chalk": "^4.1.0", "eslint": "^7.4.0", "eslint-config-airbnb": "^18.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.3", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-eslint": "^6.0.0", "gulp-if": "^3.0.0", "gulp-insert": "^0.5.0", "gulp-istanbul": "^1.1.3", "gulp-mocha": "^7.0.2", "gulp-util": "^3.0.8", "gulp-watch": "^5.0.1", "istanbul": "^0.4.5", "minimist": "^1.2.5", "mocha": "^8.0.1", "pegjs": "^0.10.0", "pegjs-backtrace": "^0.2.0", "pre-commit": "^1.2.2", "through2": "^4.0.2" } }