package.json 987 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@tabler/icons-sprite",
  3. "version": "3.5.0",
  4. "license": "MIT",
  5. "author": "codecalm",
  6. "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/tabler/tabler-icons.git"
  10. },
  11. "sideEffects": false,
  12. "files": [
  13. "dist/*"
  14. ],
  15. "homepage": "https://tabler-icons.io",
  16. "bugs": {
  17. "url": "https://github.com/tabler/tabler-icons/issues"
  18. },
  19. "funding": {
  20. "type": "github",
  21. "url": "https://github.com/sponsors/codecalm"
  22. },
  23. "scripts": {
  24. "build": "pnpm run clean && pnpm run copy && pnpm run build:icons",
  25. "build:icons": "node build.mjs",
  26. "copy": "pnpm run copy:license",
  27. "copy:license": "cp ../../LICENSE ./LICENSE",
  28. "clean": "rm -rf dist/*"
  29. },
  30. "dependencies": {
  31. "@tabler/icons": "3.5.0"
  32. },
  33. "keywords": [
  34. "icons",
  35. "svg",
  36. "png",
  37. "iconfont",
  38. "react",
  39. "front-end",
  40. "web"
  41. ]
  42. }