svgl/check-size/package.json
2023-12-16 20:10:46 +00:00

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"
}
}