mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "simple-icons",
|
|
"version": "5.8.1",
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
|
"homepage": "https://simpleicons.org",
|
|
"keywords": [
|
|
"svg",
|
|
"icons"
|
|
],
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/simple-icons/simple-icons/issues"
|
|
},
|
|
"author": "Simple Icons Collaborators",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"editorconfig-checker": "4.0.2",
|
|
"jest": "27.0.6",
|
|
"jest-diff": "27.0.6",
|
|
"jsonschema": "1.4.0",
|
|
"npm-run-all": "4.1.5",
|
|
"svg-path-bbox": "1.0.1",
|
|
"svg-path-segments": "1.0.0",
|
|
"svglint": "1.0.8",
|
|
"svgo": "2.3.1",
|
|
"svgpath": "2.3.1",
|
|
"uglify-js": "3.14.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build/package.js",
|
|
"clean": "rm -f icons/*.js index.js",
|
|
"lint": "run-s our-lint jsonlint svglint wslint",
|
|
"our-lint": "node scripts/lint/ourlint.js",
|
|
"jsonlint": "node scripts/lint/jsonlint.js",
|
|
"svglint": "svglint icons/*.svg --ci",
|
|
"wslint": "editorconfig-checker -exclude \\.svg$",
|
|
"prepublishOnly": "npm run build",
|
|
"postpublish": "npm run clean",
|
|
"test": "jest",
|
|
"pretest": "npm run prepublishOnly",
|
|
"posttest": "npm run postpublish",
|
|
"svgo": "svgo --config svgo.config.js",
|
|
"get-filename": "node scripts/get-filename.js"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.12.18"
|
|
}
|
|
}
|