pantry/.github/deno.jsonc
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

15 lines
221 B
Plaintext

{
"compilerOptions": {
"allowJs": false,
"strict": true
},
"pkgx": {
"dependencies": {
"deno.land": "^1.30"
}
},
"imports": {
"pkgx": "https://deno.land/x/libpkgx@v0.14.1/mod.ts"
}
}