alina sireneva
c3a0ba400f
All checks were successful
Tests / test-deno (push) Successful in 1m44s
Tests / test-node (node22) (push) Successful in 1m52s
Tests / test-node (node20) (push) Successful in 1m56s
Tests / test-node (node18) (push) Successful in 2m0s
Tests / test-web (chromium) (push) Successful in 1m51s
Tests / test-bun (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 1m2s
Docs / build (push) Successful in 6m14s
Tests / lint (push) Successful in 7m0s
Tests / e2e (push) Successful in 51s
Tests / e2e-deno (push) Successful in 5m8s
32 lines
869 B
JSON
32 lines
869 B
JSON
{
|
|
"name": "@mtcute/node",
|
|
"type": "module",
|
|
"version": "0.19.2",
|
|
"private": true,
|
|
"description": "Meta-package for Node.js",
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./utils.js": "./src/utils.ts",
|
|
"./methods.js": "./src/methods.ts"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/core": "workspace:^",
|
|
"@mtcute/html-parser": "workspace:^",
|
|
"@mtcute/markdown-parser": "workspace:^",
|
|
"@mtcute/wasm": "workspace:^",
|
|
"@fuman/utils": "0.0.4",
|
|
"@fuman/net": "0.0.9",
|
|
"@fuman/node": "0.0.9",
|
|
"better-sqlite3": "11.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mtcute/test": "workspace:^",
|
|
"@types/better-sqlite3": "7.6.4"
|
|
},
|
|
"fuman": {
|
|
"jsr": "skip"
|
|
}
|
|
}
|