simple-icons-font
Version:
Icon font generated from https://simpleicons.org
69 lines (68 loc) • 2.05 kB
JSON
{
"name": "simple-icons-font",
"version": "16.4.0",
"description": "Icon font generated from https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
"svg",
"icons",
"font",
"typeface"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/simple-icons/simple-icons-font.git"
},
"bugs": {
"url": "https://github.com/simple-icons/simple-icons-font/issues"
},
"author": "Simple Icons Collaborators",
"license": "CC0-1.0",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/simple-icons"
},
"type": "module",
"scripts": {
"build": "node scripts/build.ts",
"build:testpage": "npm run build && node scripts/build-testpage.ts",
"serve:testpage": "serve -p 3000 --no-clipboard --config preview/serve.json",
"clean": "rimraf font/ preview/testpage.html DISCLAIMER.md screenshot.png",
"format": "prettier --write .",
"lint": "prettier --check .",
"tscheck": "tsc",
"prepublishOnly": "npm run build && cp node_modules/simple-icons/DISCLAIMER.md ./",
"prepare": "node -e 'process.exit(process.env.CI ? 0 : 1)' || husky",
"postpublish": "npm run clean",
"test": "npm run build:testpage && npm run serve:testpage"
},
"devDependencies": {
"@prettier/plugin-pug": "3.4.0",
"@sindresorhus/tsconfig": "8.0.1",
"@types/clean-css": "4.2.11",
"@types/pug": "2.0.10",
"@types/punycode": "2.1.4",
"@types/semver": "7.7.1",
"@types/svg2ttf": "5.0.3",
"@types/ttf2eot": "2.0.2",
"@types/ttf2woff": "2.0.4",
"clean-css": "5.3.3",
"husky": "9.1.7",
"prettier": "3.5.3",
"pug": "3.0.3",
"punycode": "2.3.1",
"puppeteer": "24.7.2",
"rimraf": "6.0.1",
"semver": "7.7.1",
"serve": "14.2.4",
"simple-icons": "16.4.0",
"svg-path-bbox": "2.1.0",
"svg2ttf": "6.0.3",
"svgpath": "2.6.0",
"ttf2eot": "3.1.0",
"ttf2woff": "3.0.0",
"ttf2woff2": "6.0.1",
"typescript": "5.9.2",
"woff2otf": "1.0.0"
}
}