mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-12-03 09:09:52 +08:00
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"name": "@sunmao-ui/vite-plugins",
|
|
"version": "1.0.3",
|
|
"description": "vite plugins for sunmao-ui",
|
|
"author": "sunmao-ui developers",
|
|
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/smartxworks/sunmao-ui.git"
|
|
},
|
|
"scripts": {}
|
|
}
|