43 lines
890 B
JSON
43 lines
890 B
JSON
{
|
|
"name": "@r-utils/vue3",
|
|
"version": "1.2.0",
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"vue": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"vue": "^3.3.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.6"
|
|
}
|