-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1 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
{
"name": "rete-qa",
"version": "1.9.0",
"description": "",
"bin": {
"rete-qa": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "rete lint",
"test": "rete test"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"keywords": [
"tool",
"quality assurance",
"rete",
"Rete.js"
],
"homepage": "https://retejs.org",
"repository": {
"type": "git",
"url": "https://github.com/retejs/rete-qa.git"
},
"bugs": {
"url": "https://github.com/retejs/rete-qa/issues"
},
"devDependencies": {
"@types/tinycolor2": "^1.4.3",
"globals": "^15.9.0",
"nodemon": "^2.0.20",
"rete-cli": "~2.0.1",
"rete-kit": "^1.10.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"rete-kit": "^1.10.0"
},
"dependencies": {
"@playwright/test": "^1.37.1",
"chalk": "^4.1.1",
"commander": "^10.0.0",
"execa": "^5.1.1",
"inquirer": "^8.2.5",
"serve": "^14.2.0",
"tinycolor2": "^1.6.0"
}
}