-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "rulesengine",
"version": "3.0.0",
"description": "A rules engine or Amazon Connect",
"author": "jospas@amazon.com",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.27.2",
"handlebars": "^4.7.7",
"lru-cache": "^7.13.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"node-gzip": "^1.1.2",
"papaparse": "^5.3.2",
"sprintf-js": "^1.1.2",
"uuid": "^8.3.2",
"weighted": "^0.3.0"
},
"devDependencies": {
"aws-sdk-mock": "^5.7.0",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"serverless": "^3.21.0",
"serverless-prune-plugin": "^2.0.1",
"sinon": "^14.0.0"
},
"scripts": {
"test": "npx nyc mocha --recursive ./test"
},
"engines": {
"node": ">=20.x"
}
}