-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
41
42
43
44
45
46
{
"name": "@iondv/utils",
"license": "Apache License 2.0",
"engines": {
"node": ">=13"
},
"directories": {
"test": "test"
},
"bin": {
"acl": "bin/acl.js",
"add-user": "bin/adduser.js",
"export": "bin/export.js",
"import": "bin/import.js",
"import-data": "bin/import-data.js"
},
"bugs": {
"url": "https://github.com/iondv/framework/issues"
},
"private": true,
"repository": {
"url": "https://github.com/iondv/utils.git",
"type": "git"
},
"homepage": "https://iondv.com",
"version": "2.0.0",
"dependencies": {
"@iondv/acl": "iondv/acl#semver:^2.0.0",
"@iondv/acl-contracts": "iondv/acl-contracts#semver:^2.0.0",
"@iondv/commons": "iondv/commons#semver:^2.0.3",
"@iondv/commons-contracts": "iondv/commons-contracts#semver:^2.0.1",
"@iondv/core": "iondv/core#semver:^2.0.0",
"@iondv/db": "iondv/db#semver:^2.0.1",
"@iondv/i18n": "iondv/i18n#semver:^0.0.1",
"@iondv/meta-model": "iondv/meta-model#semver:^2.0.0",
"@iondv/meta-model-contracts": "iondv/meta-model-contracts#semver:^2.0.5",
"base64-stream": "^1.0.0",
"base64-js": "^1.5.1",
"clone": "^2.1.2",
"js-yaml": "^4.0.0",
"jszip": "^3.6.0",
"merge": "^2.1.0",
"mkdirp": "^1.0.4",
"extend": "^3.0.2"
}
}