{ "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 ", "repository": { "type": "git", "url": "git+https://github.com/robonen/tools.git", "directory": "configs/tsdown" }, "packageManager": "pnpm@10.30.2", "engines": { "node": ">=24.14.0" }, "type": "module", "exports": { ".": "./src/index.ts" }, "devDependencies": { "@robonen/tsconfig": "workspace:*", "tsdown": "catalog:" } }