{ "name": "@r-utils/vue2", "version": "1.0.0", "private": false, "description": "Vue2工具库", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./*": "./*" }, "keywords": [ "vue2" ], "scripts": { "build": "vite build", "watch": "vite build --watch", "lint": "eslint --ext .js,ts --fix src", "release": "standard-version", "commit": "cz", "lint-staged": "lint-staged", "test": "jest" }, "peerDependencies": { "vue": "^2.7.0" }, "devDependencies": { "vue": "^2.7.0" } }