1 Star 0 Fork 1

yangjun / utils-lib-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
阿宇的编程之旅 提交于 2024-01-21 19:31 . feat: js-log-lib
{
"name": "utils-lib-js",
"version": "2.0.19",
"description": "JavaScript工具函数,封装的一些常用的js函数",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"type": "module",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"scripts": {
"debug": "start cmd /k pnpm run build:hot & pnpm run node:hot",
"node:hot": "nodemon example.js --watch example.js",
"build:hot": "pnpm rollup -c --watch",
"build": "pnpm run rollup:build && pnpm run commonjs",
"rollup:build": "rm -fr dist && pnpm rollup -c",
"build:publish": "pnpm run build && pnpm publish",
"commonjs": "cp ./commonjs.json dist/cjs/package.json"
},
"repository": {
"type": "git",
"url": "https://gitee.com/DieHunter/utils-lib-js.git"
},
"keywords": [
"utils",
"tools",
"lib"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.7.15",
"rollup": "^3.20.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.5.0",
"typescript": "^4.9.0"
},
"dependencies": {
"event-message-center": "^1.4.0",
"js-log-lib": "^1.1.2",
"js-request-lib": "^1.0.7",
"task-queue-lib": "^1.4.2",
"timer-manager-lib": "^1.0.0"
},
"umdModuleName": "UtilsLib"
}
TypeScript
1
https://gitee.com/koleyang/utils-lib-js.git
git@gitee.com:koleyang/utils-lib-js.git
koleyang
utils-lib-js
utils-lib-js
master

搜索帮助