package.json 647 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "stdf",
  3. "version": "0.3.2",
  4. "description": "Mobile web component library based on Svelte and Tailwind",
  5. "main": "./components/index.js",
  6. "svelte": "./components/index.js",
  7. "scripts": {
  8. "dist": "node scripts/dist",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "author": "dufu1991",
  12. "funding": "https://stdf.design?fund",
  13. "license": "MIT",
  14. "homepage": "https://stdf.design",
  15. "keywords": [
  16. "svelte",
  17. "tailwind",
  18. "ui framework",
  19. "ui 组件库",
  20. "移动组件库",
  21. "moblie ui",
  22. "web component"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/dufu1991/stdf"
  27. },
  28. "type": "module"
  29. }