@otts/uv-ui-types
Version:
为 uv-ui 组件提供 TypeScript 类型
67 lines • 1.29 kB
JSON
{
"name": "@otts/uv-ui-types",
"version": "0.0.4",
"description": "为 uv-ui 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
"uniapp",
"uv-ui",
"uvui",
"types",
"type"
],
"homepage": "https://github.com/ottswang/otts-uni-typed/tree/master/packages/uv-ui-types",
"repository": {
"type": "git",
"url": "git+https://github.com/ottswang/otts-uni-typed.git",
"directory": "packages/uv-ui-types"
},
"license": "MIT",
"author": {
"name": "Otts",
"email": "ottswang@126.com"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts"
},
"require": {
"types": "./dist/index.d.cts"
}
}
},
"main": "dist/index.d.ts",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"devDependencies": {
"vue": "3.4.38"
},
"peerDependencies": {
"typescript": "^5.0.0",
"vue": "^3.0.0"
},
"engines": {
"node": ">=14.18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}