-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "xcraft-core-transport",
"version": "4.12.0",
"description": "Xcraft bus transport backends",
"main": "./lib/index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "mocha test/**/*.spec.js"
},
"keywords": [
"xcraft",
"bus",
"transport"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-transport.git"
},
"config": {
"xcraft": {
"commands": true
}
},
"dependencies": {
"chokidar": "^3.6.0",
"fs-extra": "^9.1.0",
"gigawatts": "^4.0.1",
"immutable": "4.0.0-rc.14",
"lodash": "^4.17.20",
"private-ip": "^2.3.3",
"tar-stream": "^2.1.0",
"uuid": "^8.3.2",
"xcraft-axon": "^2.5.0",
"xcraft-core-bus": "^5.0.0",
"xcraft-core-busclient": "^5.0.0",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-fs": "^2.1.0",
"xcraft-core-host": "^3.0.0",
"xcraft-core-log": "^2.0.0",
"xcraft-core-probe": "^2.0.0",
"xcraft-core-shredder": "^5.0.0",
"xcraft-core-utils": "^4.0.0",
"xcraft-isomorphic-serialize": "^0.0.7"
},
"author": "Mathieu Schroeter",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-transport/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-transport#readme",
"optionalDependencies": {
"xcraft-core-horde": "^3.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^10.7.3",
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"prettier": "xcraft-dev-prettier"
}