A way to specify options for all scripts in a package
Open
- Dominant language
- TypeScript
- Stars
- 6.4k
- Forks
- 128
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
Possibility:
```json
{
"*": {
"dependencies": [
"bootstrap"
],
"packageLocks": [
"yarn.lock"
]
}
}
```
`*` is unlikely to collide with a real script name, but we should probably support an escaping scheme anyway, e.g. `\*` means the script literally called `*`.
Contributor guide
Assessment
This issue has not been assessed yet.