-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsr.json
More file actions
21 lines (21 loc) · 728 Bytes
/
Copy pathjsr.json
File metadata and controls
21 lines (21 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@aklinker1/zeta",
"version": "2.2.1",
"license": "MIT",
"publish": {
"include": ["./README.md", "./LICENSE", "./src/**"],
"exclude": ["./**/__tests__/**"]
},
"exports": {
".": "./src/index.ts",
"./types": "./src/types.ts",
"./client": "./src/client.ts",
"./testing": "./src/testing.ts",
"./schema": "./src/schema.ts",
"./adapters/zod-schema-adapter": "./src/adapters/zod-schema-adapter.ts",
"./transports/bun-transport": "./src/transports/bun-transport.ts",
"./transports/fetch-transport": "./src/transports/fetch-transport.ts",
"./transports/deno-transport": "./src/transports/deno-transport.ts"
}
}