Skip to content

Commit b632c4b

Browse files
committed
feat(package.json) add engines, packageManager, readme, qna
1 parent 6f3d14e commit b632c4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"name": "위정훈 (gitgitWi)",
66
"email": "rs1kflvx@duck.com"
77
},
8+
"readme": "https://github.com/gitgitWi/devcontainer-nodejs-template/blob/main/README.md",
9+
"qna": "https://github.com/gitgitWi/devcontainer-nodejs-template/discussions",
810
"workspaces": {
911
"packages": [
1012
"packages/**"
@@ -17,6 +19,10 @@
1719
"devcontainer"
1820
],
1921
"license": "MIT",
22+
"engines": {
23+
"node": ">=18"
24+
},
25+
"packageManager": "pnpm@7.30.1",
2026
"scripts": {
2127
"format": "prettier --write ./ --config .prettierrc",
2228
"clean": "turbo run clean && rm -rf node_modules && rm -rf .pnpm-store",

0 commit comments

Comments
 (0)