package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "rollup-plugin-stdf-icon",
  3. "version": "0.0.2",
  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. "cheerio": "1.0.0-rc.12",
  29. "crypto": "^1.0.1",
  30. "fs-extra": "^11.1.1",
  31. "svgo": "^3.0.2",
  32. "svgstore": "^3.0.1"
  33. },
  34. "devDependencies": {
  35. "@rollup/plugin-terser": "^0.4.3",
  36. "rollup": "^3.27.0"
  37. },
  38. "keywords": [
  39. "stdf",
  40. "rollup",
  41. "symbol",
  42. "sprite",
  43. "vite",
  44. "svg",
  45. "icon"
  46. ]
  47. }