|
16 | 16 | "@oclif/prettier-config": "^0.2.1",
|
17 | 17 | "@oclif/test": "^3.1.12",
|
18 | 18 | "@types/chai": "^4",
|
19 |
| - "@types/chalk": "^2.2.0", |
20 | 19 | "@types/debug": "^4.1.12",
|
21 | 20 | "@types/ejs": "^3.1.5",
|
22 | 21 | "@types/mocha": "^10.0.6",
|
|
28 | 27 | "eslint-config-oclif": "^5.0.0",
|
29 | 28 | "eslint-config-oclif-typescript": "^3.0.47",
|
30 | 29 | "eslint-config-prettier": "^9.1.0",
|
31 |
| - "globby": "^11", |
32 |
| - "husky": "^8.0.3", |
| 30 | + "husky": "^9", |
33 | 31 | "lint-staged": "^15.2.2",
|
34 | 32 | "mocha": "^10.3.0",
|
35 | 33 | "nock": "^13.5.1",
|
|
45 | 43 | },
|
46 | 44 | "exports": "./lib/index.js",
|
47 | 45 | "files": [
|
48 |
| - "/lib", |
49 |
| - "/oclif.manifest.json", |
50 |
| - "/oclif.lock" |
| 46 | + "oclif.manifest.json", |
| 47 | + "npm-shrinkwrap.json", |
| 48 | + "/lib" |
51 | 49 | ],
|
52 | 50 | "homepage": "https://github.com/oclif/plugin-autocomplete",
|
53 | 51 | "keywords": [
|
|
65 | 63 | "repository": "oclif/plugin-autocomplete",
|
66 | 64 | "scripts": {
|
67 | 65 | "build": "shx rm -rf lib && tsc",
|
| 66 | + "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json", |
| 67 | + "compile": "tsc", |
68 | 68 | "lint": "eslint . --ext .ts",
|
69 |
| - "postpack": "shx rm -f oclif.manifest.json oclif.lock", |
| 69 | + "postpack": "yarn run clean", |
70 | 70 | "posttest": "yarn lint",
|
71 |
| - "prepack": "shx rm -rf lib && tsc && oclif lock && oclif manifest . && oclif readme", |
72 |
| - "prepare": "husky install && yarn build", |
73 |
| - "pretest": "yarn build && tsc -p test", |
| 71 | + "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap", |
| 72 | + "prepare": "husky && yarn build", |
| 73 | + "pretest": "yarn build --noEmit && tsc -p test --noEmit", |
74 | 74 | "test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
75 | 75 | "version": "oclif readme && git add README.md"
|
76 | 76 | },
|
|
0 commit comments