{ "name": "simple-icons-font", "version": "14.1.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.js", "build:testpage": "npm run build && node scripts/build-testpage.js", "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 .", "prepublishOnly": "npm run build && cp node_modules/simple-icons/DISCLAIMER.md ./", "prepare": "is-ci || husky", "postpublish": "npm run clean", "test": "npm run build:testpage && npm run serve:testpage" }, "devDependencies": { "@prettier/plugin-pug": "3.0.0", "clean-css": "5.3.3", "husky": "9.0.11", "is-ci": "3.0.1", "prettier": "3.2.5", "pug": "3.0.3", "punycode": "2.3.1", "puppeteer": "22.8.1", "rimraf": "5.0.7", "semver": "7.6.2", "serve": "14.2.3", "simple-icons": "14.1.0", "svg2ttf": "6.0.3", "svgpath": "2.6.0", "ttf2eot": "3.1.0", "ttf2woff": "3.0.0", "ttf2woff2": "5.0.0", "woff2otf": "1.0.0" } }