-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 KB
/
package.json
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
36
37
38
39
40
{
"name": "trellis-notifications",
"version": "0.0.6",
"description": "A Trellis microservice to handle notifications based on document type",
"main": "index.mjs",
"type": "module",
"scripts": {
"start": "node index.mjs",
"test": "DEBUG=\"trellis-notifications*,${DEBUG}\" mocha"
},
"repository": "https://github.com/trellisfw/trellis-notifications",
"author": "Servio Palacios <[email protected]>",
"license": "None",
"private": true,
"dependencies": {
"@oada/client": "^1.0.4",
"@oada/jobs": "^1.0.4",
"@oada/list-lib": "^1.0.1",
"@trellisfw/rules-worker": "^1.0.0",
"@trellisfw/signatures": "^2.1.3",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"email-addresses": "^3.1.0",
"esm": "^3.2.25",
"flat": "^5.0.1",
"jsonpointer": "^4.1.0",
"lodash": "^4.17.15",
"make-promises-safe": "^5.1.0",
"nconf": "^0.10.0",
"nodemon": "^2.0.4",
"simple-hashtable": "^1.0.0",
"uuid": "^8.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^7.1.2",
"moment": "^2.25.3"
}
}