SCLS/soybean-admin-example/packages/uno-preset/package.json

13 lines
165 B
JSON
Raw Normal View History

2025-05-19 09:45:29 +08:00
{
"name": "@sa/uno-preset",
"version": "1.3.5",
"exports": {
".": "./src/index.ts"
},
"typesVersions": {
"*": {
"*": ["./src/*"]
}
}
}