-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "goblin-warehouse",
"version": "4.5.2",
"description": "warehouse goblin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Epsitec SA",
"contributors": [
"Samuel Loup <loup@epsitec.ch>",
"Mathieu Schroeter <schroeter@epsitec.ch>",
"Gillian Fries <fries@epsitec.ch>",
"Jonny Quarta <quarta@epsitec.ch>",
"Catia Guidi <guidi@epsitec.ch>"
],
"license": "MIT",
"config": {
"xcraft": {
"commands": true
}
},
"dependencies": {
"fs-extra": "^11.3.0",
"immutable": "4.0.0-rc.14",
"lodash": "^4.17.11",
"xcraft-core-busclient": "^5.0.0",
"xcraft-core-goblin": "^5.7.0",
"xcraft-core-log": "^2.2.1",
"xcraft-core-utils": "^4.0.0",
"xcraft-immutablediff": "^1.0.0",
"xcraft-jsonviz": "^0.3.0"
},
"devDependencies": {
"chai": "^5.2.0",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-dagre": "^2.3.2",
"mocha": "^11.2.2",
"prettier": "2.0.4",
"react-cytoscapejs": "^1.2.1",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"prettier": "xcraft-dev-prettier"
}