-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.2 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
{
"name": "rete-kit",
"version": "1.10.0",
"main": "bin/module.js",
"module": "bin/module.js",
"types": "bin/module.d.ts",
"bin": {
"rete-kit": "./bin/index.js"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "tsc --watch -p tsconfig.build.json",
"lint": "rete lint",
"test": "rete test"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"keywords": [
"tool",
"rete",
"Rete.js"
],
"homepage": "https://retejs.org",
"repository": {
"type": "git",
"url": "https://github.com/retejs/rete-kit.git"
},
"bugs": {
"url": "https://github.com/retejs/rete-kit/issues"
},
"dependencies": {
"case": "^1.6.3",
"chalk": "^4.1.2",
"commander": "^10.0.0",
"decomment": "^0.9.5",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"inquirer": "^8.2.5",
"npm-package-arg": "^10.1.0",
"prettier": "^2.8.4",
"recursive-copy": "^2.0.14",
"replace-in-file": "^6.3.5",
"toposort": "^2.0.2"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/node": "^18.13.0",
"@types/npm-package-arg": "^6.1.1",
"@types/toposort": "^2.0.3",
"globals": "^15.9.0",
"rete-cli": "~2.0.1"
}
}