|
8 | 8 | "@oclif/core": "^3.19.2" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | | - "@commitlint/config-conventional": "^17.8.1", |
| 11 | + "@commitlint/config-conventional": "^18", |
12 | 12 | "@oclif/prettier-config": "^0.2.1", |
13 | 13 | "@oclif/test": "^3.1.16", |
14 | 14 | "@types/chai": "^4.3.11", |
15 | 15 | "@types/mocha": "^10.0.6", |
16 | 16 | "@types/node": "^18", |
17 | 17 | "chai": "^4.4.1", |
18 | | - "commitlint": "^17.8.1", |
| 18 | + "commitlint": "^18", |
19 | 19 | "eslint": "^8.56.0", |
20 | 20 | "eslint-config-oclif": "^5.0.0", |
21 | 21 | "eslint-config-oclif-typescript": "^3.0.47", |
22 | 22 | "eslint-config-prettier": "^9.1.0", |
23 | | - "husky": "^8.0.3", |
24 | | - "lint-staged": "^14.0.1", |
| 23 | + "husky": "^9", |
| 24 | + "lint-staged": "^15", |
25 | 25 | "mocha": "^10.3.0", |
26 | 26 | "oclif": "^4.4.13", |
27 | 27 | "prettier": "^3.2.5", |
|
36 | 36 | "files": [ |
37 | 37 | "oclif.manifest.json", |
38 | 38 | "/lib", |
39 | | - "/oclif.lock" |
| 39 | + "npm-shrinkwrap.json" |
40 | 40 | ], |
41 | 41 | "homepage": "https://github.com/oclif/plugin-help", |
42 | 42 | "keywords": [ |
|
52 | 52 | "repository": "oclif/plugin-help", |
53 | 53 | "scripts": { |
54 | 54 | "build": "shx rm -rf lib && tsc", |
| 55 | + "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json", |
| 56 | + "compile": "tsc", |
55 | 57 | "lint": "eslint . --ext .ts", |
56 | | - "postpack": "shx rm oclif.manifest.json oclif.lock", |
| 58 | + "postpack": "yarn run clean", |
57 | 59 | "posttest": "yarn lint", |
58 | | - "prepack": "yarn run build && oclif manifest . && oclif lock", |
59 | | - "prepare": "husky install && yarn build", |
60 | | - "pretest": "yarn build && tsc --noEmit", |
61 | | - "test": "mocha --forbid-only \"test/**/*.test.ts\"" |
| 60 | + "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap", |
| 61 | + "prepare": "husky && yarn build", |
| 62 | + "pretest": "yarn build --noEmit && tsc -p test --noEmit", |
| 63 | + "test": "mocha --forbid-only \"test/**/*.test.ts\"", |
| 64 | + "version": "oclif readme && git add README.md" |
62 | 65 | }, |
63 | 66 | "type": "module", |
64 | 67 | "types": "./lib/index.d.ts" |
|
0 commit comments