-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.15 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.15 KB
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
{
"name": "integration-common",
"description": "RPM common libraries",
"version": "5.10.1",
"author": "Dmitriy Serdyukov",
"files": [
"lib/"
],
"exports": {
"./aws": "./lib/aws/index.js",
"./quickbooks": "./lib/quickbooks/index.js",
"./face-registry": "./lib/face-registry/index.js",
"./logger": "./lib/logger/index.js",
"./helpers/email": "./lib/helpers/email/index.js",
"./helpers": "./lib/helpers/index.js",
"./helpers/object-converters/method": "./lib/helpers/object-converters/method/index.js",
"./helpers/object-converters": "./lib/helpers/object-converters/index.js",
"./sharepoint": "./lib/sharepoint/index.js",
"./sendemail": "./lib/sendemail/index.js",
"./pdf-printer": "./lib/pdf-printer/index.js",
"./store": "./lib/store/index.js",
"./helpers/global-instance": "./lib/helpers/global-instance/index.js",
"./*": "./lib/*.js"
},
"license": "ISC",
"private": true,
"dependencies": {
"dayjs": "^1.x.x",
"debug": "^4.x.x",
"undici": "^7.x.x"
}
}