mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
this fixes "ELIFECYCLE Command failed." sometimes appearing on pnpm install if node-gyp isn't globally installed
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@sd/scripts",
|
|
"private": true,
|
|
"main": "./preprep.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prep": "node preprep.mjs",
|
|
"tauri": "node tauri.mjs",
|
|
"lint": "eslint --cache",
|
|
"typecheck": "tsc"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"endOfLine": "lf",
|
|
"printWidth": 99,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"trailingComma": "es5"
|
|
},
|
|
"dependencies": {
|
|
"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": {
|
|
"@babel/core": "^7.24.0",
|
|
"@babel/eslint-parser": "^7.24.0",
|
|
"@babel/eslint-plugin": "^7.24.0",
|
|
"@types/mustache": "^4.2.5",
|
|
"@types/node": ">18.18.x",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
|
"@typescript-eslint/parser": "^8.8.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"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"
|
|
}
|
|
}
|