mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 01:44:12 +03:00
96723d1b0d
Co-authored-by: simple-icons[bot] <165065041+simple-icons[bot]@users.noreply.github.com>
138 lines
3.7 KiB
JSON
138 lines
3.7 KiB
JSON
{
|
|
"name": "simple-icons",
|
|
"version": "13.16.0",
|
|
"description": "SVG icons for popular brands https://simpleicons.org",
|
|
"homepage": "https://simpleicons.org",
|
|
"keywords": [
|
|
"svg",
|
|
"icons"
|
|
],
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.mjs"
|
|
},
|
|
"module": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"default": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"./icons": {
|
|
"import": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.mjs"
|
|
},
|
|
"module": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"default": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"./icons/*": [
|
|
"./icons/*"
|
|
],
|
|
"./sdk": {
|
|
"import": {
|
|
"types": "./sdk.d.ts",
|
|
"default": "./sdk.mjs"
|
|
},
|
|
"module": {
|
|
"types": "./sdk.d.ts",
|
|
"default": "./sdk.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./sdk.d.ts",
|
|
"default": "./sdk.js"
|
|
},
|
|
"default": {
|
|
"types": "./sdk.d.ts",
|
|
"default": "./sdk.js"
|
|
}
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"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",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/simple-icons"
|
|
},
|
|
"devDependencies": {
|
|
"@inquirer/core": "10.0.1",
|
|
"@inquirer/prompts": "7.0.1",
|
|
"@types/node": "22.8.6",
|
|
"chalk": "5.3.0",
|
|
"editorconfig-checker": "6.0.0",
|
|
"esbuild": "0.24.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jsdoc": "50.4.3",
|
|
"fake-diff": "1.0.0",
|
|
"fast-fuzzy": "1.12.0",
|
|
"get-relative-luminance": "1.0.0",
|
|
"husky": "9.1.6",
|
|
"inquirer-autocomplete-standalone": "0.8.1",
|
|
"jsonschema": "1.4.1",
|
|
"mocha": "10.8.2",
|
|
"named-html-entities-json": "1.0.0",
|
|
"spdx-license-ids": "3.0.20",
|
|
"svg-path-bbox": "2.1.0",
|
|
"svg-path-segments": "2.0.1",
|
|
"svglint": "3.0.0",
|
|
"svgo": "3.3.2",
|
|
"svgpath": "2.6.0",
|
|
"typescript": "5.6.3",
|
|
"xo": "0.59.3"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build/package.js",
|
|
"clean": "node scripts/build/clean.js",
|
|
"format": "npm run prettier -- --write && npm run xo:fix",
|
|
"xo:fix": "xo --fix",
|
|
"prettier": "prettier --cache --ignore-unknown \"**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)\"",
|
|
"lint": "npm run ourlint && npm run prettierlint && npm run jslint && npm run jsonlint && npm run svglint && npm run wslint",
|
|
"ourlint": "node scripts/lint/ourlint.js",
|
|
"prettierlint": "npm run prettier -- --check",
|
|
"jslint": "xo",
|
|
"jsonlint": "node scripts/lint/jsonlint.js",
|
|
"svglint": "svglint --ci --config svglint.config.mjs icons/*.svg",
|
|
"wslint": "editorconfig-checker",
|
|
"prepare": "husky",
|
|
"prepublishOnly": "npm run build",
|
|
"postpublish": "npm run clean",
|
|
"test": "mocha tests --reporter tests/min-reporter.cjs --inline-diffs",
|
|
"pretest": "npm run prepublishOnly",
|
|
"posttest": "npm run postpublish",
|
|
"get-filename": "node scripts/get-filename.js",
|
|
"add-icon-data": "node scripts/add-icon-data.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.18"
|
|
}
|
|
}
|