tangled
alpha
login
or
join now
sajidanwar.com
/
atcute
forked from
mary.my.id/atcute
0
fork
atom
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
0
fork
atom
overview
issues
pulls
pipelines
chore(oauth-keyset): remove unused vitest
mary.my.id
1 month ago
eefcc7ce
4669d5eb
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
-4
1 changed file
expand all
collapse all
unified
split
packages
oauth
keyset
package.json
-4
packages/oauth/keyset/package.json
···
23
23
},
24
24
"scripts": {
25
25
"build": "tsgo --project tsconfig.build.json",
26
26
-
"test": "vitest",
27
26
"prepublish": "rm -rf dist; pnpm run build"
28
27
},
29
28
"dependencies": {
30
29
"@atcute/oauth-crypto": "workspace:^"
31
31
-
},
32
32
-
"devDependencies": {
33
33
-
"vitest": "^4.0.18"
34
30
}
35
31
}