chore: initialize monorepo tooling
This commit is contained in:
14
packages/api-client/package.json
Normal file
14
packages/api-client/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@personal-brand/api-client",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"lint": "eslint .",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit",
|
||||
"clean": "rimraf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@personal-brand/types": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user