mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
34 lines
672 B
JSON
34 lines
672 B
JSON
{
|
|
"name": "@napi-rs/image-rollup",
|
|
"version": "1.0.0",
|
|
"description": "@napi-rs/image Rollup plugin",
|
|
"keywords": [
|
|
"rollup",
|
|
"image",
|
|
"png",
|
|
"jpeg",
|
|
"lossless",
|
|
"avif",
|
|
"webp",
|
|
"resize"
|
|
],
|
|
"author": "LongYinan <github@lyn.one>",
|
|
"homepage": "https://github.com/Brooooooklyn/Image",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Brooooooklyn/Image.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Brooooooklyn/Image/issues"
|
|
}
|
|
}
|