forked from
slices.network/slices
Highly ambitious ATProtocol AppView service and sdks
1{
2 "name": "@slices/oauth",
3 "version": "0.7.0-alpha.4",
4 "exports": {
5 ".": "./mod.ts"
6 },
7 "imports": {
8 "@libsql/client": "npm:@libsql/client@0.6.0"
9 },
10 "compilerOptions": {
11 "lib": ["deno.ns", "deno.unstable", "dom", "dom.iterable", "esnext"]
12 },
13 "tasks": {
14 "test": "deno test"
15 }
16}