pantry/.github/deno.jsonc

17 lines
345 B
Plaintext
Raw Normal View History

{
"compilerOptions": {
"allowJs": false,
"strict": true
},
2023-09-30 19:15:42 +03:00
"pkgx": {
"dependencies": {
"deno.land": "^1.30"
}
},
2023-06-19 17:05:52 +03:00
"imports": {
"pkgx": "https://deno.land/x/libpkgx@v0.15.1/mod.ts",
2023-12-13 13:42:25 +03:00
"pkgx/": "https://deno.land/x/libpkgx@v0.15.1/src/",
"is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts"
2023-06-19 17:05:52 +03:00
}
}