Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 12 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,26 @@
"name": "@theholocron/node-template",
"version": "1.5.2",
"description": "A modern NodeJS template with pre-configured tools, best practices, and CI/CD setup for rapid project development.",
"keywords": [
"nodejs",
"template",
"typescript",
"library"
],
"homepage": "https://docs.theholocron.dev/node-template/",
"bugs": "https://github.com/theholocron/node-template/issues",
"repository": {
"type": "git",
"url": "https://github.com/theholocron/node-template.git"
},
"repository": "theholocron/node-template",
"license": "GPL-3.0",
"author": "Newton Koumantzelis",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"files": [
"dist"
],
Expand Down Expand Up @@ -79,20 +82,12 @@
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.mts"
"access": "public"
},
"pnpm": {
"overrides": {
"@commitlint/config-conventional>conventional-changelog-conventionalcommits": "7"
"@commitlint/config-conventional>conventional-changelog-conventionalcommits": "7",
"conventional-changelog-conventionalcommits": "9.3.1"
}
},
"releases": "https://github.com/theholocron/node-template/releases",
Expand Down
Loading
Loading