2 Star 0 Fork 0

cvjs / cv-js-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
ctocode 提交于 2024-03-13 21:00 . 1
{
"name": "@10yun/cv-js-utils",
"version": "0.3.3",
"description": "常用 js-utils 工具类库",
"author": "10yun.com",
"license": "MIT",
"keywords": [
"十云",
"10yun",
"https://www.10yun.com",
"https://cvjs.cn",
"helper",
"utils",
"javascript",
"vite打包"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/cvjs/cv-js-utils"
},
"bugs": {
"url": "https://gitee.com/cvjs/cv-js-utils/issues"
},
"homepage": "https://cvjs.cn/cv-js-utils",
"files": [
"dist",
"index.d.ts"
],
"type": "module",
"main": "./dist/cvUtils.js",
"module": "./dist/cvUtils.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./dist/cvUtils.js",
"require": "./dist/cvUtils.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs"
},
"devDependencies": {
"vite": "^5.1.6",
"vitepress": "1.0.0-rc.45"
}
}
JavaScript
1
https://gitee.com/cvjs/cv-js-utils.git
git@gitee.com:cvjs/cv-js-utils.git
cvjs
cv-js-utils
cv-js-utils
master

搜索帮助