2023-11-04 06:44:18 +03:00
|
|
|
{
|
2024-08-21 11:05:07 +03:00
|
|
|
"name": "@mtcute/wasm",
|
|
|
|
"type": "module",
|
2024-11-20 19:52:39 +03:00
|
|
|
"version": "0.17.0",
|
2024-08-21 11:05:07 +03:00
|
|
|
"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:^",
|
2024-09-05 03:34:13 +03:00
|
|
|
"@mtcute/web": "workspace:^",
|
2024-12-14 19:49:00 +03:00
|
|
|
"@fuman/utils": "0.0.3"
|
2024-08-21 11:05:07 +03:00
|
|
|
}
|
2023-11-04 06:44:18 +03:00
|
|
|
}
|