mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
22 lines
389 B
JSON
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"
|
||
|
}
|
||
|
}
|