|
224 | 224 | "zod": "^3.21.4"
|
225 | 225 | },
|
226 | 226 | "scripts": {
|
| 227 | + "setup": "yarn install && yarn allow-scripts", |
227 | 228 | "start": "vite",
|
228 | 229 | "codecheck": "tsc --noEmit",
|
229 | 230 | "find-deadcode": "ts-prune --error",
|
|
267 | 268 | "devDependencies": {
|
268 | 269 | "@babel/plugin-transform-arrow-functions": "^7.22.5",
|
269 | 270 | "@electron/notarize": "^1.2.3",
|
| 271 | + "@lavamoat/allow-scripts": "^2.3.1", |
| 272 | + "@lavamoat/preinstall-always-fail": "^1.0.0", |
270 | 273 | "@playwright/test": "^1.32.1",
|
271 | 274 | "@testing-library/dom": "^7.31.0",
|
272 | 275 | "@testing-library/jest-dom": "^5.16.4",
|
|
317 | 320 | "xml-js": "^1.6.11"
|
318 | 321 | },
|
319 | 322 | "optionalDependencies": {},
|
320 |
| - "packageManager": "yarn@1.22.19" |
| 323 | + "packageManager": "yarn@1.22.19", |
| 324 | + "lavamoat": { |
| 325 | + "allowScripts": { |
| 326 | + "@fortawesome/fontawesome-svg-core": false, |
| 327 | + "@fortawesome/fontawesome-svg-core>@fortawesome/fontawesome-common-types": false, |
| 328 | + "@fortawesome/free-brands-svg-icons": false, |
| 329 | + "@fortawesome/free-regular-svg-icons": false, |
| 330 | + "@fortawesome/free-solid-svg-icons": false, |
| 331 | + "@lavamoat/preinstall-always-fail": false, |
| 332 | + "@metamask/sdk>eciesjs>secp256k1": true, |
| 333 | + "@rudderstack/rudder-sdk-node>bull>msgpackr>msgpackr-extract": true, |
| 334 | + "@testing-library/dom>aria-query>@babel/runtime-corejs3>core-js-pure": true, |
| 335 | + "@valist/sdk>files-from-path>ipfs-unixfs>protobufjs": true, |
| 336 | + "classic-level": true, |
| 337 | + "discord-rich-presence-typescript>discord-rpc>register-scheme": false, |
| 338 | + "electron": true, |
| 339 | + "electron-vite>esbuild": true, |
| 340 | + "playwright": true, |
| 341 | + "vite>esbuild": true |
| 342 | + } |
| 343 | + } |
321 | 344 | }
|
0 commit comments