-
-
Notifications
You must be signed in to change notification settings - Fork 745
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 794 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 794 Bytes
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": "rete",
"version": "2.0.6",
"description": "JavaScript framework",
"scripts": {
"build": "rete build -c rete.config.ts",
"postinstall": "node postinstall.js",
"doc": "rete doc",
"lint": "rete lint",
"test": "rete test",
"perf": "rete perf"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"keywords": [
"dataflow",
"visual programming",
"node editor",
"rete",
"Rete.js"
],
"homepage": "https://retejs.org",
"repository": {
"type": "git",
"url": "https://github.com/retejs/rete.git"
},
"bugs": {
"url": "https://github.com/retejs/rete/issues"
},
"devDependencies": {
"jest-environment-jsdom": "^29.1.2",
"rete-cli": "^2.1.0"
},
"dependencies": {
"@babel/runtime": "^7.21.0"
}
}