-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
19 lines (19 loc) · 836 Bytes
/
deno.json
File metadata and controls
19 lines (19 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"tasks": {
"dev": "deno run --allow-net --allow-env --allow-read --allow-write --allow-sys --allow-run src/main.ts",
"start": "deno run --allow-net --allow-env --allow-read --allow-write --allow-sys --allow-run src/main.ts",
"upload": "deno run --allow-run --allow-env deploy.ts"
},
"imports": {
"@aws-sdk/client-dynamodb": "npm:@aws-sdk/client-dynamodb@^3.450.0",
"@aws-sdk/credential-providers": "npm:@aws-sdk/credential-providers@^3.450.0",
"@hono/hono": "https://deno.land/x/hono@v3.9.0/mod.ts",
"@std/dotenv": "https://deno.land/std@0.204.0/dotenv/mod.ts",
"@systeminit/api-client": "jsr:@systeminit/api-client@^1.7.0",
"@systeminit/template": "jsr:@systeminit/template@^0.1.1"
},
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2022", "deno.ns"],
"strict": true
}
}