yuanchu
Version:
27 lines • 484 B
JSON
{
"name": "yuanchu",
"version": "0.0.15",
"description": "",
"main": "lib/yuanchu/index.js",
"module": "es/yuanchu/index.js",
"types": "es/yuanchu/index.d.ts",
"files": [
"es",
"lib"
],
"keywords": [
"yuanchu",
"vue3组件库",
"Element-Plus"
],
"author": "YHS",
"license": "MIT",
"typings": "lib/index.d.ts",
"devDependencies": {
"vite-plugin-dts": "^3.7.2",
"vue": "^3.4.14"
},
"scripts": {
"build": "vite build"
}
}