-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport_map.json
More file actions
22 lines (22 loc) · 1.09 KB
/
Copy pathimport_map.json
File metadata and controls
22 lines (22 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"imports": {
"path": "https://deno.land/std@0.122.0/path/mod.ts",
"io": "https://deno.land/std@0.122.0/io/buffer.ts",
"oak": "https://deno.land/x/oak@v10.1.0/mod.ts",
"dotenv": "https://deno.land/x/dotenv@v3.1.0/mod.ts",
"djwt": "https://deno.land/x/djwt@v2.4/mod.ts",
"log": "https://deno.land/std@0.122.0/log/mod.ts",
"lodash": "https://deno.land/x/lodash@4.17.15-es/lodash.js",
"mongodb": "https://deno.land/x/mongo@v0.29.0/mod.ts",
"CORS": "https://deno.land/x/cors@v1.2.2/mod.ts",
"bcrypt": "https://deno.land/x/bcrypt@v0.2.4/mod.ts",
"validasaur": "https://deno.land/x/validasaur@v0.15.0/mod.ts",
"password_checker": "https://deno.land/x/password_checker@v1.0.0/mod.ts",
"uuid": "https://deno.land/std@0.119.0/uuid/mod.ts",
"redis": "https://deno.land/x/redis@v0.25.1/mod.ts",
"superoak": "https://deno.land/x/superoak@4.6.0/mod.ts",
"asserts": "https://deno.land/std@0.120.0/testing/asserts.ts",
"expect": "https://deno.land/x/expect@v0.2.9/mod.ts",
"smtp": "https://raw.githubusercontent.com/kjpou1/deno-smtp/main/mod.ts"
}
}