mtcute-bot
13376179d6
All checks were successful
Tests / lint (push) Has been skipped
Tests / test-node (node18) (push) Successful in 1m39s
Tests / test-deno (push) Successful in 1m32s
Tests / test-node (node22) (push) Successful in 1m38s
Tests / test-node (node20) (push) Successful in 1m41s
Tests / test-bun (push) Successful in 1m45s
Tests / test-web (chromium) (push) Successful in 1m46s
Tests / test-web (firefox) (push) Successful in 1m54s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Build and deploy typedoc / build (push) Successful in 6m6s
23 lines
594 B
JSON
23 lines
594 B
JSON
{
|
|
"name": "@mtcute/wasm",
|
|
"type": "module",
|
|
"version": "0.19.9",
|
|
"private": true,
|
|
"description": "WASM implementation of common algorithms used in Telegram",
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./mtcute.wasm": "./src/mtcute.wasm"
|
|
},
|
|
"scripts": {
|
|
"build:wasm": "docker build --output=lib --target=binaries lib"
|
|
},
|
|
"devDependencies": {
|
|
"@mtcute/core": "workspace:^",
|
|
"@mtcute/node": "workspace:^",
|
|
"@mtcute/web": "workspace:^",
|
|
"@fuman/utils": "0.0.4"
|
|
}
|
|
}
|