UNPKG

@uni-helper/uni-app-types

Version:
81 lines 1.75 kB
{ "name": "@uni-helper/uni-app-types", "version": "1.0.0-alpha.7", "description": "为 uni-app 组件提供 TypeScript 类型", "keywords": [ "uni-app", "uniapp", "types", "type" ], "homepage": "https://github.com/uni-helper/uni-typed/tree/main/packages/uni-app-types", "bugs": { "url": "https://github.com/uni-helper/uni-typed/issues" }, "repository": { "type": "git", "url": "git+https://github.com/uni-helper/uni-typed.git", "directory": "packages/uni-app-types" }, "funding": "https://github.com/ModyQyW/sponsors", "license": "MIT", "author": { "name": "ModyQyW", "email": "wurui.dev@gmail.com", "url": "https://modyqyw.top" }, "sideEffects": false, "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.mts" }, "require": { "types": "./dist/index.d.cts" } }, "./volar-plugin": { "import": { "types": "./dist/volar-plugin.d.mts", "default": "./dist/volar-plugin.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/volar-plugin.cjs" } } }, "main": "dist/index.d.mts", "types": "dist/index.d.mts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.mts", "./dist/volar-plugin.d.mts" ] } }, "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": "tsdown", "stub": "tsdown --watch" } }