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
2024-11-05 02:58:19 -08:00
parent eea3d31a48
commit 90db32b1c7
2 changed files with 2 additions and 1 deletions

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.

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"
}
}