Skip to content

Commit

Permalink
chore: improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Nov 12, 2024
1 parent a8e477e commit 3ef1deb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"templates"
],
"exports": {
"./package.json": "./package.json",
"./router": "./client/router.js"
},
"dependencies": {
Expand Down Expand Up @@ -88,6 +89,10 @@
"prettier --no-error-on-unmatched-pattern --cache --parser=typescript --write"
]
},
"engines": {
"node": ">=18.13",
"pnpm": "^8.0.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 3ef1deb

Please sign in to comment.