Files
box/packages/utils/package.json
Morten Olsen b851dc3006 init
2025-10-23 14:01:06 +02:00

30 lines
647 B
JSON

{
"type": "module",
"scripts": {
"build": "tsc --build",
"test:unit": "vitest --run --passWithNoTests",
"test": "pnpm run \"/^test:/\""
},
"packageManager": "pnpm@10.6.0",
"files": [
"dist"
],
"exports": {
"./*": "./dist/*.js"
},
"devDependencies": {
"@morten-olsen/box-configs": "workspace:*",
"@morten-olsen/box-tests": "workspace:*",
"@types/node": "catalog:",
"@vitest/coverage-v8": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"name": "@morten-olsen/box-utils",
"version": "1.0.0",
"dependencies": {
"p-queue": "^9.0.0",
"p-retry": "^7.1.0"
}
}