tangled
alpha
login
or
join now
dunkirk.sh
/
anthropic-api-key
0
fork
atom
get your claude code tokens here
0
fork
atom
overview
issues
pulls
pipelines
bug: fix build scripts
dunkirk.sh
6 months ago
88f88f67
32c8190b
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+2
-2
1 changed file
expand all
collapse all
unified
split
package.json
+2
-2
package.json
···
1
1
{
2
2
"name": "anthropic-api-key",
3
3
-
"version": "0.2.1",
3
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
29
-
"build": "bun build src/index.ts src/lib/token.ts --outdir=dist --target=bun --sourcemap=external",
29
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": {