mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
15 lines
221 B
Plaintext
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"
|
|
}
|
|
}
|