UNPKG

1.44 kBJSONView Raw
1{
2 "name": "simple-icons",
3 "version": "4.0.1",
4 "description": "SVG icons for popular brands https://simpleicons.org",
5 "homepage": "https://www.simpleicons.org",
6 "keywords": [
7 "svg",
8 "icons"
9 ],
10 "main": "index.js",
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@github.com/simple-icons/simple-icons.git"
14 },
15 "bugs": {
16 "url": "https://github.com/simple-icons/simple-icons/issues"
17 },
18 "author": "Simple Icons Collaborators",
19 "license": "CC0-1.0",
20 "devDependencies": {
21 "editorconfig-checker": "3.3.0",
22 "jest": "26.6.3",
23 "jsonlint2": "1.7.1",
24 "npm-run-all": "4.1.5",
25 "svg-path-bbox": "0.1.1",
26 "svglint": "1.0.7",
27 "svgo": "1.3.2",
28 "svgpath": "2.3.0",
29 "uglify-js": "3.11.6"
30 },
31 "scripts": {
32 "build": "node scripts/build-package.js",
33 "clean": "rm icons/*.js index.js",
34 "lint": "run-s our-lint jsonlint svglint wslint",
35 "our-lint": "node scripts/lint.js",
36 "jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema",
37 "svglint": "svglint icons/*.svg --ci",
38 "wslint": "editorconfig-checker -exclude \\.svg$",
39 "prepublishOnly": "npm run build",
40 "postpublish": "npm run clean",
41 "test": "jest",
42 "pretest": "npm run prepublishOnly",
43 "posttest": "npm run postpublish",
44 "svgo": "svgo --config=./.svgo.yml",
45 "get-filename": "node scripts/get-filename.js"
46 },
47 "engine": {
48 "node": ">=0.12.18"
49 }
50}