15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"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:*"
|
|
}
|
|
}
|