Skip to content

Commit

Permalink
feat(package.json) add engines, packageManager, readme, qna
Browse files Browse the repository at this point in the history
  • Loading branch information
gitgitWi committed Mar 23, 2023
1 parent 6f3d14e commit b632c4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"name": "위정훈 (gitgitWi)",
"email": "[email protected]"
},
"readme": "https://github.com/gitgitWi/devcontainer-nodejs-template/blob/main/README.md",
"qna": "https://github.com/gitgitWi/devcontainer-nodejs-template/discussions",
"workspaces": {
"packages": [
"packages/**"
Expand All @@ -17,6 +19,10 @@
"devcontainer"
],
"license": "MIT",
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"scripts": {
"format": "prettier --write ./ --config .prettierrc",
"clean": "turbo run clean && rm -rf node_modules && rm -rf .pnpm-store",
Expand Down

0 comments on commit b632c4b

Please sign in to comment.