mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
18 lines
294 B
JSON
18 lines
294 B
JSON
{
|
|
"name": "@svgl/check-size",
|
|
"version": "1.0.0",
|
|
"description": "Limit the size of your SVG files",
|
|
"main": "index.js",
|
|
"author": "@pheralb_",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"svg",
|
|
"size",
|
|
"limit",
|
|
"check"
|
|
],
|
|
"scripts": {
|
|
"start": "node index.mjs"
|
|
}
|
|
}
|