2017-05-10 18:08:35 +03:00
|
|
|
{
|
|
|
|
"name": "simple-icons",
|
2021-11-28 03:14:17 +03:00
|
|
|
"version": "6.0.0",
|
2017-05-10 18:08:35 +03:00
|
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
2021-03-08 19:14:53 +03:00
|
|
|
"homepage": "https://simpleicons.org",
|
2017-05-10 18:08:35 +03:00
|
|
|
"keywords": [
|
|
|
|
"svg",
|
|
|
|
"icons"
|
|
|
|
],
|
2021-10-29 02:16:34 +03:00
|
|
|
"type": "commonjs",
|
2017-09-16 23:49:58 +03:00
|
|
|
"main": "index.js",
|
2021-10-29 02:16:34 +03:00
|
|
|
"types": "index.d.ts",
|
|
|
|
"exports": {
|
|
|
|
".": "./index.js",
|
|
|
|
"./icons": {
|
|
|
|
"module": "./icons.mjs",
|
|
|
|
"import": "./icons.mjs",
|
|
|
|
"require": "./icons.js",
|
|
|
|
"default": "./icons.js"
|
|
|
|
},
|
|
|
|
"./icons/*": "./icons/*.js"
|
|
|
|
},
|
|
|
|
"sideEffects": false,
|
2017-09-17 05:17:42 +03: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",
|
2019-02-12 21:01:35 +03:00
|
|
|
"license": "CC0-1.0",
|
2017-09-11 22:53:21 +03:00
|
|
|
"devDependencies": {
|
2021-04-19 20:41:01 +03:00
|
|
|
"editorconfig-checker": "4.0.2",
|
2021-11-24 05:01:24 +03:00
|
|
|
"esbuild": "0.13.15",
|
2021-10-25 22:13:10 +03:00
|
|
|
"husky": "7.0.2",
|
|
|
|
"is-ci": "3.0.0",
|
2021-10-11 06:53:19 +03:00
|
|
|
"jest": "27.2.5",
|
|
|
|
"jest-diff": "27.2.5",
|
2021-02-19 17:19:22 +03:00
|
|
|
"jsonschema": "1.4.0",
|
2021-10-02 17:46:07 +03:00
|
|
|
"named-html-entities-json": "0.1.0",
|
2020-05-13 14:01:57 +03:00
|
|
|
"npm-run-all": "4.1.5",
|
2021-10-25 22:13:10 +03:00
|
|
|
"prettier": "2.4.1",
|
2021-09-02 10:50:22 +03:00
|
|
|
"rimraf": "3.0.2",
|
2021-06-28 09:41:55 +03:00
|
|
|
"svg-path-bbox": "1.0.1",
|
2021-06-08 11:27:06 +03:00
|
|
|
"svg-path-segments": "1.0.0",
|
2021-09-27 11:02:10 +03:00
|
|
|
"svglint": "1.0.9",
|
|
|
|
"svgo": "2.7.0",
|
2021-11-24 05:01:24 +03:00
|
|
|
"svgpath": "2.3.1"
|
2017-09-11 22:56:40 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-07 20:55:06 +03:00
|
|
|
"build": "node scripts/build/package.js",
|
2021-10-29 02:16:34 +03:00
|
|
|
"clean": "rimraf icons/*.js icons/*.d.ts index.js icons.js icons.mjs icons.d.ts",
|
2021-10-25 22:13:10 +03:00
|
|
|
"format": "prettier --write .",
|
|
|
|
"lint": "run-s our-lint jslint jsonlint svglint wslint",
|
2021-05-07 20:55:06 +03:00
|
|
|
"our-lint": "node scripts/lint/ourlint.js",
|
2021-10-25 22:13:10 +03:00
|
|
|
"jslint": "prettier --check .",
|
2021-05-07 20:55:06 +03:00
|
|
|
"jsonlint": "node scripts/lint/jsonlint.js",
|
2020-05-18 15:02:47 +03:00
|
|
|
"svglint": "svglint icons/*.svg --ci",
|
2021-11-25 11:08:34 +03:00
|
|
|
"wslint": "editorconfig-checker",
|
2021-10-31 16:33:36 +03:00
|
|
|
"prepare": "is-ci || husky install",
|
2019-07-22 19:58:51 +03:00
|
|
|
"prepublishOnly": "npm run build",
|
|
|
|
"postpublish": "npm run clean",
|
2021-11-08 13:55:47 +03:00
|
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
|
2018-09-11 13:32:16 +03:00
|
|
|
"pretest": "npm run prepublishOnly",
|
2019-07-15 17:14:50 +03:00
|
|
|
"posttest": "npm run postpublish",
|
2021-02-21 15:48:30 +03:00
|
|
|
"svgo": "svgo --config svgo.config.js",
|
2020-02-26 19:54:54 +03:00
|
|
|
"get-filename": "node scripts/get-filename.js"
|
2020-11-21 16:33:04 +03:00
|
|
|
},
|
2021-08-22 23:06:39 +03:00
|
|
|
"engines": {
|
2020-11-21 16:33:04 +03:00
|
|
|
"node": ">=0.12.18"
|
2017-09-11 22:53:21 +03:00
|
|
|
}
|
2020-05-14 19:30:14 +03:00
|
|
|
}
|