|
32 | 32 | "example": "ts-node ./examples/example.ts", |
33 | 33 | "get-version": "echo $npm_package_version", |
34 | 34 | "release": "npx semantic-release", |
35 | | - "commit": "git-cz", |
36 | 35 | "commitlint": "commitlint", |
37 | 36 | "prettier": "prettier --write --loglevel=warn .", |
38 | 37 | "prettier-check": "prettier --check ." |
39 | 38 | }, |
40 | | - "config": { |
41 | | - "commitizen": { |
42 | | - "path": "@commitlint/cz-commitlint" |
43 | | - } |
44 | | - }, |
45 | 39 | "lint-staged": { |
46 | 40 | "*.{ts,tsx}": [ |
47 | 41 | "eslint", |
|
69 | 63 | "@babel/preset-typescript": "7.28.5", |
70 | 64 | "@commitlint/cli": "17.8.1", |
71 | 65 | "@commitlint/config-angular": "17.8.1", |
72 | | - "@commitlint/cz-commitlint": "17.8.1", |
73 | 66 | "@rollup/plugin-commonjs": "25.0.8", |
74 | 67 | "@rollup/plugin-node-resolve": "15.3.1", |
75 | | - "@rollup/plugin-terser": "0.4.4", |
| 68 | + "@rollup/plugin-terser": "1.0.0", |
76 | 69 | "@rollup/plugin-typescript": "12.3.0", |
77 | 70 | "@types/jest": "29.5.14", |
78 | 71 | "@typescript-eslint/eslint-plugin": "6.7.5", |
79 | 72 | "@typescript-eslint/parser": "6.7.5", |
80 | 73 | "colors": "1.4.0", |
81 | | - "commitizen": "4.3.1", |
82 | 74 | "dotenv": "16.6.1", |
83 | 75 | "eslint": "8.57.1", |
84 | 76 | "eslint-config-prettier": "9.1.2", |
|
95 | 87 | "semantic-release": "22.0.12", |
96 | 88 | "ts-jest": "29.4.6", |
97 | 89 | "ts-node": "10.9.2", |
| 90 | + "tslib": "2.8.1", |
98 | 91 | "typescript": "5.9.3" |
99 | 92 | }, |
100 | 93 | "engines": { |
101 | | - "node": ">=18.*" |
| 94 | + "node": ">=20" |
102 | 95 | }, |
103 | 96 | "release": { |
104 | 97 | "plugins": [ |
|
0 commit comments