feat: add placeholder packages (core, api, api-client, cms-core, cms-client, ui)

This commit is contained in:
2026-04-06 14:08:50 +02:00
parent c3f069a005
commit 1cbdb71111
18 changed files with 184 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "@repo/api-client",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc --noEmit",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*"
}
}