mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"strict": true
|
|
},
|
|
"tea": {
|
|
"dependencies": {
|
|
"deno.land": "^1.30"
|
|
}
|
|
},
|
|
"imports": {
|
|
"tea": "https://deno.land/x/libtea@v0.6.2/mod.ts"
|
|
}
|
|
}
|