{ "name": "@pengzhanbo/utils", "type": "module", "version": "2.1.0", "packageManager": "pnpm@10.9.0", "author": "pengzhanbo (https://github.com/pengzhanbo)", "license": "MIT", "homepage": "https://github.com/pengzhanbo/utils", "repository": { "type": "git", "url": "https://github.com/pengzhanbo/utils.git" }, "bugs": "https://github.com/pengzhanbo/utils/issues", "keywords": [ "utils" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "scripts": { "build": "unbuild", "lint": "eslint .", "prepublishOnly": "pnpm run build", "test": "cross-env TZ=Etc/UTC vitest --coverage", "release": "bumpp package.json --commit --push --tag && npm publish --access public" }, "devDependencies": { "@pengzhanbo/eslint-config": "^1.30.0", "@types/node": "^22.14.1", "@vitest/coverage-istanbul": "^3.1.2", "bumpp": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^9.25.1", "typescript": "^5.8.3", "unbuild": "^3.5.0", "vitest": "^3.1.2" } }