svgl/utils/fix-viewbox/package.json
2024-05-10 19:22:58 +01:00

22 lines
389 B
JSON

{
"name": "@svgl/fix-viewbox",
"version": "1.0.0",
"description": "Add viewbox to svg files if not present.",
"main": "index.js",
"author": "@pheralb_",
"license": "ISC",
"keywords": [
"svg",
"size",
"limit",
"check"
],
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0"
}
}