get your claude code tokens here

bug: fix build scripts

dunkirk.sh 88f88f67 32c8190b

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