mtcute/e2e/package.json
Alina Tumanova f5976a2d74
ESM + end-to-end tests (#11)
* feat: moved tl-runtime to esm and native ArrayBuffers

* feat: migration to esm

* fix(core): web-related fixes

* test: finally, some good fucking e2e

* chore: fixed linters etc

* ci: added e2e to ci

* build(tl): fixed gen-code on node 20

* fix: codegen Uint8Array, not Buffer

never `git reset --hard` kids

* build: only do type-aware linting for `packages/*`

* build: ignore no-unresolved in ci for e2e

* fix: node 16 doesn't have subtle crypto apparently?

* fix(tests): use Uint8Array

for gods sake please can i just merge this already

* ci: don't parallel tasks in ci

because machines are utter garbage and it may just randomly break

* ci: pass secrets to e2e tests

* ci: separate cli command for ci

apparently im retarded

* fix: run codegen in e2e

im actually retarded

* ci: more fixes for e2e

* ci: debugging stuff

* ci: still debugging

* ci: hopefully fix ci???
2023-10-16 19:23:53 +03:00

31 lines
No EOL
869 B
JSON

{
"name": "mtcute-e2e",
"private": true,
"dependencies": {
"@mtcute/client": "*",
"@mtcute/core": "*",
"@mtcute/crypto-node": "*",
"@mtcute/dispatcher": "*",
"@mtcute/file-id": "*",
"@mtcute/html-parser": "*",
"@mtcute/http-proxy": "*",
"@mtcute/i18n": "*",
"@mtcute/markdown-parser": "*",
"@mtcute/mtproxy": "*",
"@mtcute/node": "*",
"@mtcute/socks-proxy": "*",
"@mtcute/sqlite": "*",
"@mtcute/tl": "*",
"@mtcute/tl-runtime": "*",
"@mtcute/tl-utils": "*",
"@types/chai": "^4.3.8",
"@types/mocha": "^10.0.2",
"chai": "^4.3.10",
"dotenv": "16.3.1",
"glob": "10.3.10",
"long": "^5.2.3",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}