feat: add placeholder packages (core, api, api-client, cms-core, cms-client, ui)
This commit is contained in:
17
packages/api-client/package.json
Normal file
17
packages/api-client/package.json
Normal 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:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user