diff --git a/typescript-sdk/package.json b/typescript-sdk/package.json index 66efdf04bd..0103fd1668 100644 --- a/typescript-sdk/package.json +++ b/typescript-sdk/package.json @@ -25,8 +25,8 @@ "knip": "knip --config='knip.json'", "clean": "rm -rf dist node_modules", "test:typecheck": "vitest --typecheck.only", - "typedoc": "deno run --allow-all npm:typedoc@latest --out .docs ./src/mod.ts", - "check-package": "deno run --allow-all npm:publint --strict && deno run --allow-all npm:@arethetypeswrong/cli@latest --pack --ignore-rules 'cjs-resolves-to-esm'" + "typedoc": "bunx typedoc@latest --out .docs ./src/mod.ts", + "check-package": "bunx publint --strict && bunx @arethetypeswrong/cli@latest --pack --ignore-rules 'cjs-resolves-to-esm'" }, "dependencies": { "@scure/base": "^1.2.4",