You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
620 B
25 lines
620 B
{
|
|
"name": "scriptless-svg",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "http://git.cryto.net/joepie91/scriptless-svg.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"bin": {
|
|
"scriptless-svg": "./bin/scriptless-svg"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.7.2",
|
|
"chalk": "^4.1.0",
|
|
"detect-svg-scripts": "^1.0.0",
|
|
"globby": "^11.0.1",
|
|
"is-glob": "^4.0.1",
|
|
"match-value": "^1.1.0",
|
|
"split-filter-n": "^1.1.2",
|
|
"yargs": "^15.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"eslint": "^7.6.0"
|
|
}
|
|
}
|
|
|