alina sireneva
9f3ef993c0
All checks were successful
Tests / test-deno (push) Successful in 1m38s
Tests / test-bun (push) Successful in 1m51s
Tests / test-node (node22) (push) Successful in 1m59s
Tests / test-node (node20) (push) Successful in 2m7s
Tests / test-node (node18) (push) Successful in 2m9s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 1m23s
Docs / build (push) Successful in 6m22s
Tests / lint (push) Successful in 6m56s
Tests / e2e-deno (push) Successful in 52s
Tests / e2e (push) Successful in 47s
27 lines
No EOL
1.5 KiB
JSON
27 lines
No EOL
1.5 KiB
JSON
{
|
|
"imports": {
|
|
"@fuman/utils": "jsr:@fuman/utils@0.0.1",
|
|
"chai": "https://esm.sh/chai@5.1.2?pin=v135",
|
|
"node:test": "./tests/deno-shims/node-test.js",
|
|
"mtcute": "../packages/deno/src/index.ts",
|
|
"mtcute/utils.js": "../packages/deno/src/utils.ts",
|
|
"@mtcute/core": "../packages/core/src/index.ts",
|
|
"@mtcute/core/client.js": "../packages/core/src/highlevel/client.ts",
|
|
"@mtcute/core/methods.js": "../packages/core/src/highlevel/methods.ts",
|
|
"@mtcute/core/utils.js": "../packages/core/src/utils/index.ts",
|
|
"@mtcute/core/worker.js": "../packages/core/src/highlevel/worker/index.ts",
|
|
"@mtcute/markdown-parser": "../packages/markdown-parser/src/index.ts",
|
|
"@mtcute/html-parser": "../packages/html-parser/src/index.ts",
|
|
"@mtcute/file-id": "../packages/file-id/src/index.ts",
|
|
"@mtcute/tl-runtime": "../packages/tl-runtime/src/index.ts",
|
|
"@mtcute/wasm": "../packages/wasm/src/index.ts",
|
|
"@mtcute/tl": "./tests/deno-shims/tl.js",
|
|
"@mtcute/tl/binary/rsa-keys.js": "./tests/deno-shims/tl-rsa.js",
|
|
"@mtcute/tl/binary/reader.js": "./tests/deno-shims/tl-reader.js",
|
|
"@mtcute/tl/binary/writer.js": "./tests/deno-shims/tl-writer.js"
|
|
},
|
|
"tasks": {
|
|
"test": "deno test -A --unstable-ffi --trace-leaks --unstable-sloppy-imports --no-check --env-file=.env --unstable-detect-cjs",
|
|
"test:all": "deno task test tests/*.e2e.ts"
|
|
}
|
|
} |