1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 20:58:34 +01:00
2023-07-12 20:00:20 +02:00

45 lines
1004 B
JSON

{
"name": "@tabler/icons-png",
"version": "2.25.0",
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
"homepage": "https://tabler-icons.io",
"bugs": {
"url": "https://github.com/tabler/tabler-icons/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git",
"directory": "packages/icons-png"
},
"scripts": {
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons",
"build:icons": "node build.mjs",
"clean": "rm -rf icons && mkdir icons",
"copy:license": "cp ../../LICENSE ./LICENSE"
},
"files": [
"icons/*.png"
],
"exports": {
"./*": [
"./icons/*"
]
},
"dependencies": {
"@tabler/icons": "2.25.0"
},
"keywords": [
"icons",
"svg",
"png",
"iconfont",
"react",
"front-end",
"web"
]
}