1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 20:58:34 +01:00
tabler-icons/packages/icons/package.json
2024-05-21 21:40:54 +02:00

49 lines
1.2 KiB
JSON

{
"name": "@tabler/icons",
"version": "3.5.0",
"license": "MIT",
"author": "codecalm",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
},
"exports": {
"./*": [
"./icons/*"
]
},
"sideEffects": false,
"files": [
"icons.json",
"tabler-nodes-filled.json",
"tabler-nodes-outline.json",
"icons/*",
"categories/*"
],
"homepage": "https://tabler-icons.io",
"bugs": {
"url": "https://github.com/tabler/tabler-icons/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
},
"scripts": {
"build": "pnpm run clean && pnpm run copy && pnpm run build:icons",
"build:icons": "node build.mjs",
"copy": "pnpm run copy:license",
"copy:license": "cp ../../LICENSE ./LICENSE",
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/categories/*' -exec rm -rf {} + && rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +"
},
"keywords": [
"icons",
"svg",
"png",
"iconfont",
"react",
"front-end",
"web"
]
}