mtcute/packages/deno/package.json

34 lines
938 B
JSON
Raw Normal View History

2024-04-28 22:41:28 +03:00
{
"name": "@mtcute/deno",
"type": "module",
2025-01-06 18:10:21 +03:00
"version": "0.19.3",
"private": true,
"description": "Meta-package for Deno",
"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": {
"@db/sqlite": "npm:@jsr/db__sqlite@0.12.0",
2024-12-26 20:01:01 +03:00
"@fuman/utils": "0.0.4",
2025-01-06 17:53:41 +03:00
"@fuman/net": "0.0.9",
2025-01-05 16:56:25 +03:00
"@fuman/io": "0.0.8",
2025-01-06 17:53:41 +03:00
"@fuman/deno": "npm:@jsr/fuman__deno@0.0.9",
"@mtcute/core": "workspace:^",
"@mtcute/html-parser": "workspace:^",
"@mtcute/markdown-parser": "workspace:^",
"@mtcute/wasm": "workspace:^",
"@std/io": "npm:@jsr/std__io@0.223.0"
},
"devDependencies": {
"@mtcute/test": "workspace:^"
2024-11-16 16:00:12 +03:00
},
"fuman": {
"jsr": "only"
}
2024-04-28 22:41:28 +03:00
}