mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
31 lines
657 B
JSON
31 lines
657 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@10.32.0",
|
|
"engines": {
|
|
"node": ">=24.14.0"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@robonen/tsconfig": "workspace:*",
|
|
"tsdown": "catalog:"
|
|
}
|
|
}
|