69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@r-utils/vue2",
|
|
"version": "2.0.0",
|
|
"private": false,
|
|
"description": "Vue2工具库",
|
|
"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"
|
|
},
|
|
"./plugins/visibility": {
|
|
"types": "./dist/plugins/visibility/index.d.ts",
|
|
"import": "./dist/plugins/visibility/index.mjs",
|
|
"require": "./dist/plugins/visibility/index.cjs"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"vue2"
|
|
],
|
|
"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"
|
|
},
|
|
"packageManager": "pnpm@10.32.1",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "catalog:",
|
|
"vite-plugin-dts": "catalog:",
|
|
"vue": "^2.7.0"
|
|
}
|
|
}
|