zenstack/packages/config/tsdown-config/package.json
github-actions[bot] 87644178b3
[CI] Bump version 3.7.1 (#2678)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2026-05-22 08:31:58 -07:00

19 lines
399 B
JSON

{
"name": "@zenstackhq/tsdown-config",
"version": "3.7.1",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@zenstackhq/typescript-config": "workspace:*"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
}