18 lines
422 B
JSON
18 lines
422 B
JSON
{
|
|
"dependencies": {
|
|
"@std/assert": "npm:@jsr/std__assert@1",
|
|
"@std/async": "npm:@jsr/std__async@1",
|
|
"@std/fs": "npm:@jsr/std__fs@1",
|
|
"@std/net": "npm:@jsr/std__net@1",
|
|
"@std/testing": "npm:@jsr/std__testing@1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "9",
|
|
"eslint-plugin-simple-import-sort": "12",
|
|
"mongodb": "6",
|
|
"postgres": "3",
|
|
"prettier": "3",
|
|
"typescript-eslint": "8"
|
|
}
|
|
}
|