|
5 | 5 | "main": "./build/index.js", |
6 | 6 | "types": "build/index.d.ts", |
7 | 7 | "scripts": { |
8 | | - "test": "jest", |
| 8 | + "test": "vitest", |
9 | 9 | "build": "tsc -p tsconfig.build.json", |
10 | 10 | "clean": "yarn dlx rimraf ./build", |
11 | | - "prepare": "husky install", |
12 | 11 | "lint": "eslint .", |
13 | | - "prepack": "pinst --disable", |
14 | | - "postpack": "pinst --enable", |
15 | | - "postinstall": "husky install && coconfig", |
| 12 | + "postinstall": "coconfig", |
16 | 13 | "semantic-release": "semantic-release" |
17 | 14 | }, |
18 | 15 | "engines": { |
|
28 | 25 | "typescript", |
29 | 26 | "openapi" |
30 | 27 | ], |
31 | | - "lint-staged": { |
32 | | - "*.{js,jsx,ts,tsx}": "yarn eslint --cache --fix" |
33 | | - }, |
34 | 28 | "release": { |
35 | 29 | "branches": [ |
36 | 30 | "main" |
|
39 | 33 | "devDependencies": { |
40 | 34 | "@commitlint/cli": "^17.6.7", |
41 | 35 | "@commitlint/config-conventional": "^17.6.7", |
| 36 | + "@semantic-release/changelog": "^6.0.3", |
| 37 | + "@semantic-release/commit-analyzer": "^10.0.1", |
| 38 | + "@semantic-release/exec": "^6.0.3", |
| 39 | + "@semantic-release/release-notes-generator": "^11.0.4", |
42 | 40 | "@types/jest": "^29.5.3", |
43 | 41 | "@types/node": "^18.17.1", |
44 | 42 | "@typescript-eslint/eslint-plugin": "^6.2.0", |
|
47 | 45 | "eslint": "^8.46.0", |
48 | 46 | "eslint-config-prettier": "^8.9.0", |
49 | 47 | "eslint-plugin-import": "^2.28.0", |
50 | | - "eslint-plugin-jest": "^27.2.3", |
51 | | - "husky": "^8.0.3", |
52 | | - "jest": "^29.6.2", |
53 | | - "lint-staged": "^13.2.3", |
54 | 48 | "pinst": "^3.0.0", |
55 | 49 | "semantic-release": "^21.0.7", |
56 | | - "ts-jest": "^29.1.1", |
57 | | - "ts-jest-resolver": "^2.0.1", |
58 | 50 | "ts-node": "^10.9.1", |
59 | | - "typescript": "^5.1.6" |
| 51 | + "typescript": "^5.1.6", |
| 52 | + "vitest": "^0.34.2" |
60 | 53 | }, |
61 | 54 | "packageManager": "yarn@3.2.4" |
62 | 55 | } |
0 commit comments