mirror of
https://github.com/lovell/sharp.git
synced 2025-07-15 13:10:13 +02:00
- Remove all custom download logic for prebuilt binaries - Add scripts to populate package contents - Specify minimum versions of common package managers - Remove sharp.vendor runtime API as no-longer relevant - Update installation docs and issue templates
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
{
|
|
"runtime": "napi",
|
|
"include-regex": "(sharp-.+\\.node|libvips-.+\\.dll|libglib-.+\\.dll|libgobject-.+\\.dll)",
|
|
"prerelease": true,
|
|
"strip": true
|
|
}
|