-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathjsr.json
More file actions
37 lines (37 loc) · 790 Bytes
/
jsr.json
File metadata and controls
37 lines (37 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@pgflow/edge-worker",
"version": "0.14.1",
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./_internal": "./src/_internal.ts"
},
"imports": {
"@henrygd/queue": "jsr:@henrygd/queue@^1.0.7",
"@std/crypto": "jsr:@std/crypto@^1.0.5",
"postgres": "jsr:@oscar6echo/postgres@3.4.5-d",
"@pgflow/core": "npm:@pgflow/core@0.14.1",
"@pgflow/dsl": "npm:@pgflow/dsl@0.14.1"
},
"publish": {
"include": [
"README.md",
"LICENSE.md",
"CHANGELOG.md",
"src/**/*.ts"
],
"exclude": [
"__tests__/**/*",
"tests/",
"supabase/",
"dist/",
"node_modules/",
"*.test.ts",
"*.spec.ts",
"deno.test.json",
"project.json",
"*.log",
".env*"
]
}
}