59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "simple-icons-font",
|
|
"version": "14.11.1",
|
|
"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.2.0",
|
|
"clean-css": "5.3.3",
|
|
"husky": "9.1.6",
|
|
"is-ci": "3.0.1",
|
|
"prettier": "3.3.3",
|
|
"pug": "3.0.3",
|
|
"punycode": "2.3.1",
|
|
"puppeteer": "23.6.1",
|
|
"rimraf": "6.0.1",
|
|
"semver": "7.6.3",
|
|
"serve": "14.2.3",
|
|
"simple-icons": "14.11.1",
|
|
"svg2ttf": "6.0.3",
|
|
"svgpath": "2.6.0",
|
|
"ttf2eot": "3.1.0",
|
|
"ttf2woff": "3.0.0",
|
|
"ttf2woff2": "6.0.1",
|
|
"woff2otf": "1.0.0"
|
|
}
|
|
}
|