pantry/.github/deno.jsonc

16 lines
278 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",
"pkgx/": "https://deno.land/x/libpkgx@v0.15.1/src/"
2023-06-19 17:05:52 +03:00
}
}