UNPKG

ljf-common-utils

Version:
55 lines (54 loc) 1.29 kB
{ "name": "ljf-common-utils", "description": "ljf 的方法库", "keywords": [ "i18n-tools" ], "author": "1768977091@qq.com", "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "repository": { "type": "git", "url": "git+https://gitee.com/luojianfeng/l-common-utils.git" }, "homepage": "https://gitee.com/luojianfeng/l-common-utils.git", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "dev": "tsup src/index.ts --watch", "release": "pnpm exec release-it" }, "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@release-it/conventional-changelog": "^9.0.3", "@types/node": "^22.10.1", "release-it": "^17.10.0", "release-it-pnpm": "^4.6.3", "tsup": "^8.3.5", "type-fest": "^4.30.0", "typescript": "^5.7.2" }, "main": "./dist/index.js", "files": [ "dist" ], "dependencies": { "chalk": "^5.3.0", "commander": "^12.1.0", "fs-extra": "^11.2.0", "glob": "^11.0.0", "inquirer": "^12.1.0", "json-diff": "^1.0.6", "node-xlsx": "^0.24.0", "ora": "^8.1.1" }, "version": "0.1.1" }