|
35 | 35 | "lib"
|
36 | 36 | ],
|
37 | 37 | "scripts": {
|
38 |
| - "clean": "shx rm -rf .nyc_output coverage", |
| 38 | + "clean": "rimraf .nyc_output coverage", |
39 | 39 | "lint": "eslint lib test",
|
40 | 40 | "lint:fix": "eslint --fix lib test",
|
41 | 41 | "test": "npm run test:node && npm run test:typescript",
|
42 | 42 | "test:node": "mocha",
|
43 | 43 | "test:typescript": "tsc --noEmit --strict --lib esnext,dom test/specs/typescript-definition.spec.ts",
|
44 | 44 | "coverage": "npm run coverage:node",
|
45 |
| - "coverage:node": "cross-env QUICK_TEST=true nyc mocha", |
46 |
| - "upgrade": "npm-check -u && npm audit fix", |
47 |
| - "bump": "bump --tag --push --all", |
48 |
| - "--release--cannot upgrade or everything breaks": "npm run upgrade && npm run clean && npm test && npm run bump", |
49 |
| - "release": "npm run clean && npm test && npm run bump" |
| 45 | + "coverage:node": "cross-env QUICK_TEST=true nyc mocha" |
50 | 46 | },
|
51 | 47 | "devDependencies": {
|
52 | 48 | "@eslint/compat": "^1.2.9",
|
53 | 49 | "@eslint/js": "^9.28.0",
|
54 | 50 | "@jsdevtools/host-environment": "^2.1.2",
|
55 |
| - "@jsdevtools/version-bump-prompt": "^6.1.0", |
56 | 51 | "@types/node": "^22.15.29",
|
57 | 52 | "chai": "^5",
|
58 | 53 | "cross-env": "^7.0.3",
|
|
66 | 61 | "globals": "^16.2.0",
|
67 | 62 | "js-yaml": "^4.1.0",
|
68 | 63 | "mocha": "^11.5.0",
|
69 |
| - "node-fetch": "^3", |
70 |
| - "npm-check": "^6.0.1", |
71 | 64 | "nyc": "^17.1.0",
|
72 | 65 | "openapi-types": "^12.1.3",
|
73 | 66 | "prettier": "^3.5.3",
|
74 |
| - "sass": "^1.89.1", |
75 |
| - "shx": "^0.4.0", |
76 |
| - "sinon": "^20.0.0", |
| 67 | + "rimraf": "^6.0.1", |
77 | 68 | "typescript": "^5.8.3",
|
78 | 69 | "typescript-eslint": "^8.33.1"
|
79 | 70 | },
|
|
0 commit comments