1{
2 "name": "@bitbucket-tool/core",
3 "version": "1.0.0",
4 "private": true,
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "build": "tsc",
9 "typecheck": "tsc --noEmit"
10 },
11 "dependencies": {
12 "@hey-api/client-fetch": "^0.13.1",
13 "zod": "^3.24.1"
14 }
15}