{ "name": "@repo/common", "version": "1.0.0", "description": "", "type": "module", "exports": { "./*": { "types": "./dist/*.d.ts", "import": "./dist/*.js" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "pnpm exec tsc", "dev": "pnpm exec tsc --watch" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.11.0" }