{ "name": "@personal-brand/validation", "private": true, "type": "module", "scripts": { "build": "tsc -p tsconfig.json", "lint": "eslint .", "typecheck": "tsc -p tsconfig.json --noEmit", "clean": "rimraf dist" } }