File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "scripts" : {
1313 "build" : " tsc && tsc -p tsconfig.esm.json" ,
14- "test" : " echo \" not implemented yet\" " ,
15- "lint" : " echo \" not implemented yet\" " ,
14+ "test" : " echo \" not implemented yet\" " ,
15+ "lint" : " echo \" not implemented yet\" " ,
1616 "prepare" : " npm run build"
1717 },
1818 "keywords" : [
4343 "undici-types" : " ^7.10.0"
4444 },
4545 "devDependencies" : {
46+ "@semantic-release/changelog" : " ^6.0.3" ,
47+ "@semantic-release/git" : " ^10.0.1" ,
48+ "@semantic-release/github" : " ^8.1.0" ,
49+ "@semantic-release/npm" : " ^10.0.4" ,
4650 "@types/jest" : " ^29.5.12" ,
4751 "@types/node" : " ^20.11.24" ,
4852 "@typescript-eslint/eslint-plugin" : " ^7.1.0" ,
4953 "@typescript-eslint/parser" : " ^7.1.0" ,
5054 "eslint" : " ^8.57.0" ,
5155 "jest" : " ^29.7.0" ,
56+ "semantic-release" : " ^21.1.1" ,
5257 "ts-jest" : " ^29.1.2" ,
5358 "typescript" : " ^5.3.3"
5459 }
You can’t perform that action at this time.
0 commit comments