UNPKG

1.49 kBJSONView Raw
1{
2 "name": "simple-icons",
3 "version": "5.1.0",
4 "description": "SVG icons for popular brands https://simpleicons.org",
5 "homepage": "https://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": "4.0.2",
22 "jest": "26.6.3",
23 "jest-diff": "26.6.2",
24 "jsonschema": "1.4.0",
25 "npm-run-all": "4.1.5",
26 "svg-path-bbox": "1.0.0",
27 "svg-path-segments": "0.1.8",
28 "svglint": "1.0.7",
29 "svgo": "2.3.0",
30 "svgpath": "2.3.1",
31 "uglify-js": "3.13.5"
32 },
33 "scripts": {
34 "build": "node scripts/build/package.js",
35 "clean": "rm -f icons/*.js index.js",
36 "lint": "run-s our-lint jsonlint svglint wslint",
37 "our-lint": "node scripts/lint/ourlint.js",
38 "jsonlint": "node scripts/lint/jsonlint.js",
39 "svglint": "svglint icons/*.svg --ci",
40 "wslint": "editorconfig-checker -exclude \\.svg$",
41 "prepublishOnly": "npm run build",
42 "postpublish": "npm run clean",
43 "test": "jest",
44 "pretest": "npm run prepublishOnly",
45 "posttest": "npm run postpublish",
46 "svgo": "svgo --config svgo.config.js",
47 "get-filename": "node scripts/get-filename.js"
48 },
49 "engine": {
50 "node": ">=0.12.18"
51 }
52}