Skip to content

Commit

Permalink
feat: add semantic release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hygorzorak committed Oct 18, 2024
1 parent 6ae6141 commit 8d7d4dd
Show file tree
Hide file tree
Showing 2 changed files with 1,537 additions and 8 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "npm-package-template",
"version": "0.0.1",
"description": "A template for building npm packages",
"keywords": ["typescript"],
"keywords": [
"typescript"
],
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -31,7 +33,10 @@
"type": "git",
"url": "git+https://github.com/hygorzorak/npm-package-template.git"
},
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"simple-git-hooks": {
"pre-commit": "npm run lint && npm run test"
},
Expand All @@ -45,10 +50,14 @@
"@arethetypeswrong/cli": "^0.15.4",
"@biomejs/biome": "1.9.3",
"@changesets/cli": "^2.27.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@size-limit/preset-small-lib": "^11.1.6",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.3",
"prettier": "^3.3.3",
"semantic-release": "^24.1.2",
"simple-git-hooks": "^2.11.1",
"size-limit": "^11.1.6",
"typescript": "^5.5.4",
Expand Down
Loading

0 comments on commit 8d7d4dd

Please sign in to comment.