mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"strict": true
|
|
},
|
|
"pkgx": {
|
|
"dependencies": {
|
|
"deno.land": "^1.30"
|
|
}
|
|
},
|
|
"imports": {
|
|
"pkgx": "https://deno.land/x/libpkgx@v0.15.1/mod.ts",
|
|
"pkgx/": "https://deno.land/x/libpkgx@v0.15.1/src/",
|
|
"is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts"
|
|
}
|
|
}
|