UNPKG

1.69 kBJSONView Raw
1{
2 "name": "node-rules",
3 "version": "5.1.0",
4 "description": "Business Rules Engine for JavaScript",
5 "keywords": [
6 "bre",
7 "rete",
8 "rule",
9 "rules",
10 "engine",
11 "rule engine",
12 "rules engine",
13 "javascript rule engine",
14 "js rule engine",
15 "forward chaining rule engine",
16 "inference system"
17 ],
18 "license": "MIT",
19 "author": {
20 "name": "Mithun Satheesh",
21 "email": "mithunsatish@gmail.com"
22 },
23 "contributors": [
24 {
25 "name": "Abdul Munim Kazia",
26 "email": "munim2020@gmail.com",
27 "url": "http://munimkazia.com"
28 },
29 {
30 "name": "ramanaveli2i",
31 "url": "https://github.com/ramanaveli2i"
32 }
33 ],
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/mithunsatheesh/node-rules"
37 },
38 "dependencies": {
39 "lodash.clonedeep": "^4.5.0",
40 "lodash.filter": "^4.6.0",
41 "lodash.isequal": "^4.5.0",
42 "lodash.matches": "^4.6.0"
43 },
44 "devDependencies": {
45 "@babel/cli": "^7.12.0",
46 "@babel/core": "^7.12.3",
47 "@babel/polyfill": "^7.12.1",
48 "@babel/preset-env": "^7.12.1",
49 "@babel/register": "^7.12.1",
50 "babel-eslint": "^8.0.2",
51 "babel-loader": "^8.1.0",
52 "chai": "^4.2.0",
53 "colors": "^1.4.0",
54 "coveralls": "^3.1.0",
55 "istanbul": "^0.4.5",
56 "mocha": "^8.2.1",
57 "mocha-lcov-reporter": "^1.3.0",
58 "terser-webpack-plugin": "^2.3.2",
59 "webpack": "^5.4.0",
60 "webpack-cli": "^4.2.0"
61 },
62 "main": "index.js",
63 "scripts": {
64 "test": "mocha",
65 "build": "webpack",
66 "cover": "istanbul cover _mocha",
67 "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
68 },
69 "readmeFilename": "README.md"
70}