{ "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:*" } }