We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3d14e commit b632c4bCopy full SHA for b632c4b
package.json
@@ -5,6 +5,8 @@
5
"name": "위정훈 (gitgitWi)",
6
"email": "rs1kflvx@duck.com"
7
},
8
+ "readme": "https://github.com/gitgitWi/devcontainer-nodejs-template/blob/main/README.md",
9
+ "qna": "https://github.com/gitgitWi/devcontainer-nodejs-template/discussions",
10
"workspaces": {
11
"packages": [
12
"packages/**"
@@ -17,6 +19,10 @@
17
19
"devcontainer"
18
20
],
21
"license": "MIT",
22
+ "engines": {
23
+ "node": ">=18"
24
+ },
25
+ "packageManager": "pnpm@7.30.1",
26
"scripts": {
27
"format": "prettier --write ./ --config .prettierrc",
28
"clean": "turbo run clean && rm -rf node_modules && rm -rf .pnpm-store",
0 commit comments