add node-gyp dependency to scripts

this fixes "ELIFECYCLE Command failed." sometimes appearing on pnpm install if node-gyp isn't globally installed
This commit is contained in:
Lynx committed 2024-11-05 02:58:19 -08:00
1 parent eea3d31a48
commit 90db32b1c7
2 files changed
+2 -1

No files matched your search

BIN
View File
Binary file not shown.
+2 -1
View File
@@ -18,12 +18,12 @@
"trailingComma": "es5"
},
"dependencies": {
"smol-toml": "^1.3.0",
"archive-wasm": "^1.7.1",
"mustache": "^4.2.0",
"os-proxy-config": "^1.1.1",
"plist": "^3.1.0",
"semver": "^7.6.3",
"smol-toml": "^1.3.0",
"undici": "^6.19.8"
},
"devDependencies": {
@@ -39,6 +39,7 @@
"eslint-config-standard": "^17.1.0",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-prettier": "^5.2.1",
"node-gyp": "^10.2.0",
"typescript": "^5.6.2"
}
}