-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 Bytes
/
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
{
"name": "@iondv/meta-model",
"license": "Apache License 2.0",
"engines": {
"node": ">=13"
},
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/iondv/framework/issues"
},
"private": true,
"repository": {
"url": "https://github.com/iondv/meta-model.git",
"type": "git"
},
"homepage": "https://iondv.com",
"version": "2.0.0",
"dependencies": {
"@iondv/acl-contracts": "iondv/acl-contracts#main",
"@iondv/commons": "iondv/commons#main",
"@iondv/commons-contracts": "iondv/commons-contracts#main",
"@iondv/core": "iondv/core#main",
"@iondv/db": "iondv/db#main",
"@iondv/db-contracts": "iondv/db-contracts#main",
"@iondv/i18n": "iondv/i18n#main",
"@iondv/meta-model-contracts": "iondv/meta-model-contracts#main",
"clone": "^2.1.2",
"crypto": "^1.0.1",
"fast-clone": "^1.5.13",
"merge": "^2.1.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"uuid": "^8.3.2"
}
}