{ "name": "@r-utils/vue3", "version": "2.0.0", "private": false, "description": "Vue3 工具", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "sideEffects": false, "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./hooks/list": { "types": "./dist/hooks/list/index.d.ts", "import": "./dist/hooks/list/index.mjs", "require": "./dist/hooks/list/index.cjs" }, "./hooks/utils": { "types": "./dist/hooks/utils/index.d.ts", "import": "./dist/hooks/utils/index.mjs", "require": "./dist/hooks/utils/index.cjs" }, "./vue-helper": { "types": "./dist/vue-helper/index.d.ts", "import": "./dist/vue-helper/index.mjs", "require": "./dist/vue-helper/index.cjs" } }, "keywords": [ "vue3" ], "publishConfig": { "registry": "http://npm.nps.yunvip123.cn" }, "author": { "name": "CodiceFabbrica", "email": "randy1924@163.com", "url": "https://gitee.com/codice_fabbrica" }, "homepage": "https://gitee.com/codice_fabbrica/r-util-js", "repository": { "url": "https://gitee.com/codice_fabbrica/r-util-js.git", "type": "git" }, "bugs": { "url": "https://gitee.com/codice_fabbrica/r-util-js/issues" }, "engines": { "node": ">=18.12.0", "pnpm": ">=10.0.0" }, "scripts": { "build": "vite build", "watch": "vite build --watch", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "eslint --ext .js,ts --fix src", "format": "prettier --write src", "commit": "cz", "lint-staged": "lint-staged", "test": "vitest run" }, "license": "ISC", "peerDependencies": { "vue": "^3.3.0" }, "devDependencies": { "vite": "catalog:", "vite-plugin-dts": "catalog:", "vue": "^3.5.13" }, "packageManager": "pnpm@10.32.1", "dependencies": { "@r-utils/common": "workspace:^" } }