5f562cbc5a
- tsconfig: 启用 emit (rootDir/outDir/composite), 添加 project references - shebang: bun → node - bin: src/index.ts → dist/index.js - import.meta.dir → import.meta.dirname (去掉 Bun 专有 API) - prompts 目录移到包根, src/dist 路径统一 - 修复 exactOptionalPropertyTypes 类型错误 Fixes #58
27 lines
554 B
JSON
27 lines
554 B
JSON
{
|
|
"name": "@ocas/workspace",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@shazhou/proman": "0.2.0",
|
|
"bun-types": "^1.3.14",
|
|
"ulidx": "^2.4.1"
|
|
},
|
|
"scripts": {
|
|
"build": "proman build",
|
|
"test": "proman test",
|
|
"check": "proman check",
|
|
"format": "proman format"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shazhou-ww/ocas.git"
|
|
},
|
|
"homepage": "https://github.com/shazhou-ww/ocas",
|
|
"bugs": {
|
|
"url": "https://github.com/shazhou-ww/ocas/issues"
|
|
}
|
|
}
|