get your claude code tokens here

docs: fix name

dunkirk.sh faddd984 bb1ecf47

verified
+5 -8
+4 -7
README.md
··· 11 11 ## usage 12 12 13 13 ```bash 14 - # one-off via bunx (recommended) 15 - bunx anthropic 16 - 17 - # or via npx 18 - npx anthropic 14 + # only works via bunx since it uses bun libraries 15 + bunx anthropic-api-key 19 16 20 17 # override port 21 - PORT=9999 bunx anthropic 18 + PORT=9999 bunx anthropic-api-key 22 19 23 20 # help 24 - bunx anthropic --help 21 + bunx anthropic-api-key --help 25 22 ``` 26 23 27 24 ## what it does
+1 -1
package.json
··· 1 1 { 2 2 "name": "anthropic-api-key", 3 - "version": "0.1.4", 3 + "version": "0.1.5", 4 4 "description": "CLI to fetch Anthropic API access tokens via OAuth with PKCE using Bun.", 5 5 "type": "module", 6 6 "private": false,