simple-icons/package.json
GitHub Actions e9eec77acb version bump
2021-05-23 00:13:38 +00:00

53 lines
1.5 KiB
JSON

{
"name": "simple-icons",
"version": "4.25.0",
"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": "26.6.3",
"jest-diff": "26.6.2",
"jsonschema": "1.4.0",
"npm-run-all": "4.1.5",
"svg-path-bbox": "0.2.0",
"svg-path-segments": "0.1.8",
"svglint": "1.0.7",
"svgo": "2.3.0",
"svgpath": "2.3.1",
"uglify-js": "3.13.5"
},
"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"
}
}