UNPKG

extended-icons

Version:

SVG icons for not so popular brands https://extendedicons.vigonotion.com

46 lines (45 loc) 1.37 kB
{ "name": "extended-icons", "version": "1.2.0", "description": "SVG icons for not so popular brands https://extendedicons.vigonotion.com", "homepage": "https://www.extendedicons.vigonotion.com", "keywords": [ "svg", "icons" ], "main": "index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/extended-icons/extended-icons.git" }, "bugs": { "url": "https://github.com/extended-icons/extended-icons/issues" }, "author": "vigonotion", "license": "CC0-1.0", "devDependencies": { "editorconfig-checker": "3.0.5", "jest": "26.0.1", "jsonlint2": "1.7.1", "npm-run-all": "4.1.5", "svglint": "1.0.5", "svgo": "1.3.2", "uglify-js": "3.9.3" }, "scripts": { "build": "node scripts/build-package.js", "clean": "rm icons/*.js index.js", "lint": "run-s our-lint jsonlint svglint wslint", "our-lint": "node scripts/lint.js", "jsonlint": "jsonlint _data/extended-icons.json -q -V .jsonlintschema", "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.yml", "get-filename": "node scripts/get-filename.js" } }