mtcute/e2e/deno.lock
alina sireneva af54f6e1c3
test(e2e): massive rework of e2e tests
now they run as-is, without any bundling. this might seem like a downgrade, but we no longer really need to verify that we publish stuff correctly as we delegate that to `@fuman/build`

meow
2024-12-07 09:08:30 +03:00

50 lines
1.5 KiB
JSON

{
"version": "4",
"specifiers": {
"jsr:@fuman/utils@0.0.1": "0.0.1",
"jsr:@std/assert@^1.0.8": "1.0.8",
"jsr:@std/internal@^1.0.5": "1.0.5",
"jsr:@std/testing@1.0.5": "1.0.5"
},
"jsr": {
"@fuman/utils@0.0.1": {
"integrity": "7cf43898814272c0918e813b34a1ae848ded5710383018dacd27a8fbb1dd6437"
},
"@std/assert@1.0.8": {
"integrity": "ebe0bd7eb488ee39686f77003992f389a06c3da1bbd8022184804852b2fa641b"
},
"@std/internal@1.0.5": {
"integrity": "54a546004f769c1ac9e025abd15a76b6671ddc9687e2313b67376125650dc7ba"
},
"@std/testing@1.0.5": {
"integrity": "6e693cbec94c81a1ad3df668685c7ba8e20742bb10305bc7137faa5cf16d2ec4",
"dependencies": [
"jsr:@std/assert",
"jsr:@std/internal"
]
}
},
"redirects": {
"https://esm.sh/v135/@types/chai@~5/index.d.ts": "https://esm.sh/v135/@types/chai@5.0.1/index.d.ts"
},
"remote": {
"https://esm.sh/chai@5.1.2": "52c79876382aaf6855c55ea66e2ff88675457f4727bfde37363bb199cdda8488",
"https://esm.sh/v135/chai@5.1.2/denonext/chai.mjs": "05cc6071c804cf39d4325a2c93807727623019abedca6ed1cb6534137bd4f65e"
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@fuman/utils@0.0.1",
"npm:@types/chai@^4.3.8",
"npm:@types/mocha@^10.0.2",
"npm:@types/node@^20.8.10",
"npm:better-sqlite3@11.6.0",
"npm:chai@^4.3.10",
"npm:dotenv-cli@7.4.4",
"npm:esbuild@0.24",
"npm:globstar@1.0.0",
"npm:tsx@^4.19.2"
]
}
}
}