Skip to content

Commit

Permalink
feat: add more package meta fields
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Sep 8, 2024
1 parent d9f42c0 commit 3159c7d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 48 deletions.
111 changes: 68 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"name": "spence-s-starter-template",
"version": "0.0.0",
"description": "An opinionated typescript + ESM starter template for new projects.",
"homepage": "https://github.com/spence-s/spence-s-starter-template",
"bugs": {
"url": "https://github.com/spence-s/spence-s-starter-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spence-s/spence-s-starter-template.git"
},
"license": "MIT",
"author": {
"name": "Spencer Snyder",
Expand Down Expand Up @@ -41,19 +49,19 @@
]
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"c8": "^10.1.2",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"npm-check-updates": "latest",
"npm-package-json-lint": "^8.0.0",
"npm-package-json-lint-config-default": "^7.0.1",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-packagejson": "^2.5.2",
"rimraf": "^6.0.1",
"tsx": "^4.17.0",
"tsx": "^4.19.0",
"xo": "^0.59.3"
},
"engines": {
Expand Down

0 comments on commit 3159c7d

Please sign in to comment.