{ "name": "@bitbucket-tool/core", "version": "1.0.0", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "typecheck": "tsc --noEmit" }, "dependencies": { "@hey-api/client-fetch": "^0.13.1", "zod": "^3.24.1" } }