-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.45 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
{
"name": "xcraft-core-goblin",
"version": "5.29.7",
"description": "Xcraft uService API",
"main": "./lib/index.js",
"engines": {
"node": ">=14"
},
"config": {
"xcraft": {
"commands": true
}
},
"scripts": {
"test": "mocha test/**/*.spec.js"
},
"keywords": [
"xcraft",
"service",
"micro",
"uService"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-goblin.git"
},
"author": "Samuel Loup & Mathieu Schroeter",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
"gigawatts": "^4.0.1",
"immutable": "4.0.0-rc.14",
"lodash": "^4.17.4",
"locks": "^0.2.2",
"p-limit": "^6.1.0",
"redux": "^4.0.1",
"uuid": "^8.3.2",
"xcraft-core-book": "^1.3.0",
"xcraft-core-busclient": "^5.5.0",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-bus": "^5.0.0",
"xcraft-core-host": "^3.7.0",
"xcraft-core-log": "^2.0.0",
"xcraft-core-pickaxe": "^0.1.0",
"xcraft-core-shredder": "^5.0.0",
"xcraft-core-stones": "^0.4.0",
"xcraft-core-utils": "^4.4.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",
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-goblin/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-goblin#readme"
}