UNPKG

@hbtgmbh/dmn-eval-js

Version:

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

71 lines (70 loc) 1.77 kB
{ "name": "@hbtgmbh/dmn-eval-js", "version": "1.5.0", "description": "Evaluation of DMN 1.1 decision tables, limited to S-FEEL (Simple Friendly Enough Expression Language)", "license": "MIT", "main": "index.js", "scripts": { "lint": "eslint .", "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": "git@github.com:HBTGmbH/dmn-eval-js.git" }, "keywords": [ "DMN 1.1", "FEEL", "S-FEEL", "Rule", "Rule Engine", "Decision", "Decision Table" ], "author": "Andre Hegerath <andre.hegerath@hbt.de>", "dependencies": { "big.js": "^3.1.3", "dmn-moddle": "^4.0.0", "lodash": "^4.17.4", "loglevel": "^1.6.1", "moment": "^2.21.0", "moment-timezone": "^0.5.13" }, "devDependencies": { "chai": "^4.1.2", "chai-arrays": "^2.0.0", "chalk": "^1.1.3", "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.9.0", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-concat": "^2.6.1", "gulp-eslint": "^3.0.1", "gulp-if": "^2.0.2", "gulp-insert": "^0.5.0", "gulp-istanbul": "^1.1.1", "gulp-mocha": "^3.0.1", "gulp-util": "^3.0.8", "gulp-watch": "^4.3.11", "istanbul": "^0.4.5", "minimist": "^1.2.0", "mocha": "^3.2.0", "pegjs": "^0.10.0", "pegjs-backtrace": "^0.1.1", "pre-commit": "^1.2.2", "through2": "^2.0.3" } }