| 1 | minimumReleaseAge: 0 |
| 2 | shellEmulator: true |
| 3 | |
| 4 | trustPolicy: off |
| 5 | |
| 6 | trustPolicyExclude: |
| 7 | - chokidar |
| 8 | - semver |
| 9 | |
| 10 | allowBuilds: |
| 11 | "@parcel/watcher": true |
| 12 | "@tailwindcss/oxide": true |
| 13 | esbuild: true |
| 14 | unrs-resolver: true |
| 15 | |
| 16 | overrides: |
| 17 | rolldown: 1.0.1 |
| 18 | |
| 19 | onlyBuiltDependencies: |
| 20 | - "@parcel/watcher" |
| 21 | - "@tailwindcss/oxide" |
| 22 | - esbuild |
| 23 | - unrs-resolver |
| 24 | peerDependencyRules: |
| 25 | allowedVersions: |
| 26 | eslint: "10" |