package.json 607 B

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