@qualweb/cli 0.6.22 → 0.6.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qualweb/cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.24",
|
|
4
4
|
"description": "QualWeb evaluator command line interface",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"lint": "eslint src --ext .ts",
|
|
17
17
|
"lint:fix": "eslint src --ext .ts --fix",
|
|
18
18
|
"format": "prettier src/**/*.ts --write",
|
|
19
|
-
"build": "npm run prebuild && tsc --build",
|
|
19
|
+
"build": "npm run prebuild && tsc --build tsconfig.prod.json",
|
|
20
20
|
"typedoc": "typedoc --out docs src/index.ts",
|
|
21
21
|
"prepublishOnly": "npm run build"
|
|
22
22
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"author": "João Vicente",
|
|
42
42
|
"license": "ISC",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@qualweb/core": "0.7.
|
|
44
|
+
"@qualweb/core": "0.7.64",
|
|
45
45
|
"command-line-args": "^5.2.1",
|
|
46
46
|
"command-line-usage": "^6.1.1",
|
|
47
47
|
"log-update": "^4.0.0",
|
|
@@ -52,13 +52,15 @@
|
|
|
52
52
|
"@tsconfig/recommended": "^1.0.3",
|
|
53
53
|
"@types/command-line-args": "^5.2.3",
|
|
54
54
|
"@types/command-line-usage": "^5.0.4",
|
|
55
|
+
"@types/mocha": "^10.0.6",
|
|
55
56
|
"@types/node": "^16.4.1",
|
|
56
57
|
"@types/set-value": "^4.0.3",
|
|
57
|
-
"chai": "^
|
|
58
|
+
"chai": "^4.4.1",
|
|
58
59
|
"eslint": "^8.56.0",
|
|
59
60
|
"mocha": "^10.2.0",
|
|
60
61
|
"prettier": "^3.1.1",
|
|
61
62
|
"rimraf": "^5.0.5",
|
|
63
|
+
"ts-node": "^10.9.2",
|
|
62
64
|
"typedoc": "^0.25.6",
|
|
63
65
|
"typescript": "^4.3.5"
|
|
64
66
|
}
|