get your claude code tokens here

bug: fix build scripts

dunkirk.sh 88f88f67 32c8190b

verified
Changed files
+2 -2
+2 -2
package.json
···
{
"name": "anthropic-api-key",
-
"version": "0.2.1",
+
"version": "0.2.2",
"description": "CLI to fetch Anthropic API access tokens via OAuth with PKCE using Bun.",
"type": "module",
"private": false,
···
"public"
],
"scripts": {
-
"build": "bun build src/index.ts src/lib/token.ts --outdir=dist --target=bun --sourcemap=external",
+
"build": "bun build src/index.ts src/lib/token.ts --outdir=dist --target=node --sourcemap=external",
"prepare": "bun run build"
},
"devDependencies": {