1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-18 05:08:29 +01:00

45 lines
1004 B
JSON
Raw Normal View History

2023-01-22 00:02:47 +01:00
{
"name": "@tabler/icons-png",
2023-07-06 13:44:26 +02:00
"version": "2.24.0",
2023-01-22 00:02:47 +01:00
"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"
},
2023-01-25 21:29:30 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git",
"directory": "packages/icons-png"
},
2023-01-22 00:02:47 +01:00
"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": {
2023-07-06 13:44:26 +02:00
"@tabler/icons": "2.24.0"
2023-01-22 00:02:47 +01:00
},
"keywords": [
"icons",
"svg",
"png",
"iconfont",
"react",
"front-end",
"web"
]
}