31 lines
768 B
JSON
31 lines
768 B
JSON
{
|
|
"name": "@ocas/workspace",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.0.0",
|
|
"@changesets/changelog-github": "^0.7.0",
|
|
"@changesets/cli": "^2.31.0",
|
|
"bun-types": "^1.3.14",
|
|
"typescript": "^5.8.0",
|
|
"ulidx": "^2.4.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build packages/core packages/fs",
|
|
"test": "bun test",
|
|
"check": "biome check .",
|
|
"format": "biome format --write .",
|
|
"release": "changeset version && bun run build && changeset publish"
|
|
},
|
|
"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"
|
|
}
|
|
}
|