Files
tools/configs/tsdown/package.json
T
Renovate Bot 63b3c5f2fd
CI / Discover packages (pull_request) Failing after 53s
CI / ${{ matrix.package }} (pull_request) Has been skipped
CI / CI (pull_request) Failing after 5s
chore(deps): update pnpm to v11
2026-06-15 22:06:55 +00:00

31 lines
656 B
JSON

{
"name": "@robonen/tsdown",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"description": "Shared tsdown configuration for @robonen packages",
"keywords": [
"tsdown",
"config",
"build"
],
"author": "Robonen Andrew <robonenandrew@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/robonen/tools.git",
"directory": "configs/tsdown"
},
"packageManager": "pnpm@11.7.0",
"engines": {
"node": ">=24.16.0"
},
"type": "module",
"exports": {
".": "./src/index.ts"
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"tsdown": "catalog:"
}
}