-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 884 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
38
39
40
41
{
"name": "rete-auto-arrange-plugin",
"version": "2.0.2",
"description": "",
"scripts": {
"build": "rete build -c rete.config.ts",
"lint": "rete lint",
"doc": "rete doc"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"keywords": [
"plugin",
"rete",
"Rete.js"
],
"homepage": "https://retejs.org",
"repository": {
"type": "git",
"url": "https://github.com/retejs/auto-arrange-plugin.git"
},
"bugs": {
"url": "https://github.com/retejs/auto-arrange-plugin/issues"
},
"devDependencies": {
"elkjs": "^0.8.2",
"globals": "^15.9.0",
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-cli": "~2.0.1"
},
"peerDependencies": {
"elkjs": "^0.8.2",
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"web-worker": "^1.2.0"
},
"dependencies": {
"@babel/runtime": "^7.21.0"
}
}