{ "name": "@r-utils/common", "version": "1.2.0", "private": false, "description": "js通用工具库", "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": [ "utils", "common" ], "publishConfig": { "registry": "http://npm.nps.yunvip123.cn" }, "scripts": { "build": "vite build", "watch": "vite build --watch", "lint": "eslint --ext .js,ts --fix src", "format": "prettier --write src", "release": "standard-version", "commit": "cz", "lint-staged": "lint-staged", "test": "jest" }, "dependencies": { "dayjs": "^1.11.13", "lodash-es": "^4.17.21", "text-encoding": "^0.7.0" }, "devDependencies": { "@types/lodash": "^4.17.16", "@types/lodash-es": "^4.17.12" } }