simple-icons/package.json
Eric Cornelissen eac0b0dff8 Version bump
2019-03-05 22:30:12 +02:00

35 lines
925 B
JSON

{
"name": "simple-icons",
"version": "1.9.23",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.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": {
"jest": "^24.1.0",
"jsonlint2": "^1.7.1",
"svglint": "^1.0.3"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
"svglint": "svglint icons/* --ci",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "rm icons/*.js index.js",
"test": "jest",
"pretest": "npm run prepublishOnly",
"posttest": "npm run postpublish"
}
}