| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "stdf",
- "version": "0.3.2",
- "description": "Mobile web component library based on Svelte and Tailwind",
- "main": "./components/index.js",
- "svelte": "./components/index.js",
- "scripts": {
- "dist": "node scripts/dist",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "dufu1991",
- "funding": "https://stdf.design?fund",
- "license": "MIT",
- "homepage": "https://stdf.design",
- "keywords": [
- "svelte",
- "tailwind",
- "ui framework",
- "ui 组件库",
- "移动组件库",
- "moblie ui",
- "web component"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/dufu1991/stdf"
- },
- "type": "module"
- }
|