@qualweb/cli 0.6.4 → 0.6.6

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 CHANGED
@@ -1,70 +1,70 @@
1
- {
2
- "name": "@qualweb/cli",
3
- "version": "0.6.4",
4
- "description": "QualWeb evaluator command line interface",
5
- "main": "dist/index.js",
6
- "bin": {
7
- "qw": "./bin/cli.js"
8
- },
9
- "files": [
10
- "dist/*"
11
- ],
12
- "scripts": {
13
- "tsc": "tsc",
14
- "test": "mocha",
15
- "prebuild": "rimraf dist",
16
- "lint": "eslint src --ext .ts",
17
- "lint:fix": "eslint src --ext .ts --fix",
18
- "format": "prettier --config .prettierrc 'src/**/*.ts' --write",
19
- "build": "npm run prebuild && npm run format && npm run lint && tsc --build",
20
- "typedoc": "typedoc --out docs src/index.ts",
21
- "prepare": "npm run build"
22
- },
23
- "keywords": [
24
- "qualweb",
25
- "cli",
26
- "a11y",
27
- "accessibility"
28
- ],
29
- "homepage": "https://github.com/qualweb/cli#readme",
30
- "bugs": {
31
- "url": "https://github.com/qualweb/cli/issues",
32
- "email": "qualweb@fc.ul.pt"
33
- },
34
- "repository": {
35
- "type": "git",
36
- "url": "https://github.com/qualweb/cli.git"
37
- },
38
- "engines": {
39
- "node": ">=12.0.0"
40
- },
41
- "author": "João Vicente",
42
- "license": "ISC",
43
- "dependencies": {
44
- "@qualweb/core": "0.6.15",
45
- "command-line-args": "^5.1.1",
46
- "command-line-usage": "^6.1.1",
47
- "log-update": "^4.0.0",
48
- "set-value": "^4.0.0"
49
- },
50
- "devDependencies": {
51
- "@qualweb/types": "0.6.13",
52
- "@tsconfig/recommended": "^1.0.1",
53
- "@types/command-line-args": "^5.0.0",
54
- "@types/command-line-usage": "^5.0.1",
55
- "@types/node": "^16.4.1",
56
- "@types/set-value": "^4.0.0",
57
- "@typescript-eslint/eslint-plugin": "^4.28.4",
58
- "@typescript-eslint/parser": "^4.28.4",
59
- "chai": "^4.3.4",
60
- "eslint": "^7.31.0",
61
- "eslint-config-prettier": "^8.3.0",
62
- "eslint-plugin-prettier": "^3.4.0",
63
- "eslint-plugin-sonarjs": "^0.9.1",
64
- "mocha": "^9.0.2",
65
- "prettier": "^2.3.2",
66
- "rimraf": "^3.0.2",
67
- "typedoc": "^0.21.4",
68
- "typescript": "^4.3.5"
69
- }
70
- }
1
+ {
2
+ "name": "@qualweb/cli",
3
+ "version": "0.6.6",
4
+ "description": "QualWeb evaluator command line interface",
5
+ "main": "dist/index.js",
6
+ "bin": {
7
+ "qw": "./bin/cli.js"
8
+ },
9
+ "files": [
10
+ "dist/*"
11
+ ],
12
+ "scripts": {
13
+ "tsc": "tsc",
14
+ "test": "mocha",
15
+ "prebuild": "rimraf dist",
16
+ "lint": "eslint src --ext .ts",
17
+ "lint:fix": "eslint src --ext .ts --fix",
18
+ "format": "prettier --config .prettierrc 'src/**/*.ts' --write",
19
+ "build": "npm run prebuild && tsc --build",
20
+ "typedoc": "typedoc --out docs src/index.ts",
21
+ "prepare": "npm run build"
22
+ },
23
+ "keywords": [
24
+ "qualweb",
25
+ "cli",
26
+ "a11y",
27
+ "accessibility"
28
+ ],
29
+ "homepage": "https://github.com/qualweb/cli#readme",
30
+ "bugs": {
31
+ "url": "https://github.com/qualweb/cli/issues",
32
+ "email": "qualweb@fc.ul.pt"
33
+ },
34
+ "repository": {
35
+ "type": "git",
36
+ "url": "https://github.com/qualweb/cli.git"
37
+ },
38
+ "engines": {
39
+ "node": ">=12.0.0"
40
+ },
41
+ "author": "João Vicente",
42
+ "license": "ISC",
43
+ "dependencies": {
44
+ "@qualweb/core": "0.7.26",
45
+ "command-line-args": "^5.1.1",
46
+ "command-line-usage": "^6.1.1",
47
+ "log-update": "^4.0.0",
48
+ "set-value": "^4.0.0"
49
+ },
50
+ "devDependencies": {
51
+ "@qualweb/types": "0.7.20",
52
+ "@tsconfig/recommended": "^1.0.1",
53
+ "@types/command-line-args": "^5.0.0",
54
+ "@types/command-line-usage": "^5.0.1",
55
+ "@types/node": "^16.4.1",
56
+ "@types/set-value": "^4.0.0",
57
+ "@typescript-eslint/eslint-plugin": "^4.28.4",
58
+ "@typescript-eslint/parser": "^4.28.4",
59
+ "chai": "^4.3.4",
60
+ "eslint": "^7.31.0",
61
+ "eslint-config-prettier": "^8.3.0",
62
+ "eslint-plugin-prettier": "^3.4.0",
63
+ "eslint-plugin-sonarjs": "^0.9.1",
64
+ "mocha": "^9.0.2",
65
+ "prettier": "^2.3.2",
66
+ "rimraf": "^3.0.2",
67
+ "typedoc": "^0.21.4",
68
+ "typescript": "^4.3.5"
69
+ }
70
+ }