jccp_a/vuepress/node_modules/@pengzhanbo/utils/package.json
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

46 lines
1.2 KiB
JSON

{
"name": "@pengzhanbo/utils",
"type": "module",
"version": "2.1.0",
"packageManager": "pnpm@10.9.0",
"author": "pengzhanbo <volodymyr@foxmail.com> (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"
}
}