package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "rollup-plugin-stdf-icon",
  3. "version": "0.0.3",
  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": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "type": "module",
  11. "author": "dufu1991",
  12. "license": "MIT",
  13. "homepage": "https://github.com/dufu1991/stdf/blob/main/packages/rollup-plugin-stdf-icon/README.md",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/dufu1991/stdf/tree/main/packages/rollup-plugin-stdf-icon"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/dufu1991/stdf/issues?q=is:issue+is:open+rollup-plugin-stdf-icon"
  20. },
  21. "files": [
  22. "dist/**"
  23. ],
  24. "engines": {
  25. "node": ">=14.14"
  26. },
  27. "dependencies": {
  28. "fs-extra": "^11.1.1",
  29. "svgo": "^3.0.2",
  30. "svgstore": "^3.0.1"
  31. },
  32. "devDependencies": {
  33. "@rollup/plugin-terser": "^0.4.3",
  34. "rollup": "^3.27.0"
  35. },
  36. "keywords": [
  37. "stdf",
  38. "rollup",
  39. "symbol",
  40. "sprite",
  41. "vite",
  42. "svg",
  43. "icon"
  44. ]
  45. }