r-util-js/packages/vue3/package.json

65 lines
1.4 KiB
JSON

{
"name": "@r-utils/vue3",
"version": "1.2.1",
"private": false,
"description": "Vue3 工具",
"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": [
"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",
"lint": "eslint --ext .js,ts --fix src",
"release": "standard-version",
"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:^"
}
}