package.json 976 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "rollup-plugin-stdf-icon",
  3. "version": "0.0.14",
  4. "description": "A Rollup plugin that combines a series of svg into one symbol for use in the STDF project",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "build": "rollup -c",
  8. "test": "node test/index.js"
  9. },
  10. "type": "module",
  11. "author": "dufu1991",
  12. "funding": "https://stdf.design?fund",
  13. "license": "MIT",
  14. "homepage": "https://github.com/any-tdf/stdf/blob/main/packages/rollup-plugin-stdf-icon/README.md",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/any-tdf/stdf"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/any-tdf/stdf/issues?q=is:issue+is:open+icon"
  21. },
  22. "files": [
  23. "dist/**"
  24. ],
  25. "engines": {
  26. "node": ">=14.14"
  27. },
  28. "dependencies": {
  29. "fs-extra": "^11.1.1",
  30. "svgo": "^3.0.2",
  31. "svgstore": "^3.0.1"
  32. },
  33. "devDependencies": {
  34. "@rollup/plugin-terser": "^0.4.3",
  35. "rollup": "^3.27.0"
  36. },
  37. "keywords": [
  38. "stdf",
  39. "rollup",
  40. "symbol",
  41. "sprite",
  42. "vite",
  43. "svg",
  44. "icon"
  45. ]
  46. }