1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-11-16 00:59:07 +02:00
simple-icons/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2017-05-10 17:08:35 +02:00
{
"name": "simple-icons",
2019-10-06 13:17:59 +02:00
"version": "1.17.0",
2017-05-10 17:08:35 +02:00
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons"
],
"main": "index.js",
2017-09-17 04:17:42 +02:00
"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",
2017-09-11 21:53:21 +02:00
"devDependencies": {
2019-09-30 07:21:06 +02:00
"editorconfig-checker": "2.0.8",
"jest": "24.1.0",
"jsonlint2": "1.7.1",
"svglint": "1.0.5",
"svgo": "1.3.0",
"uglify-js": "3.6.0"
},
"scripts": {
"build": "node scripts/build-package.js",
"clean": "rm icons/*.js index.js",
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
"svglint": "svglint icons/* --ci",
"wslint": "editorconfig-checker",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
2018-09-11 12:32:16 +02:00
"test": "jest",
"pretest": "npm run prepublishOnly",
"posttest": "npm run postpublish",
"svgo": "svgo --config=./.svgo.yml"
2017-09-11 21:53:21 +02:00
}
2017-05-10 17:08:35 +02:00
}