mtcute/package.json
mtcute-bot f8cd49e900
Some checks failed
Tests / test-deno (push) Successful in 1m40s
Tests / test-bun (push) Successful in 1m54s
Tests / test-node (node22) (push) Successful in 2m1s
Tests / test-node (node20) (push) Successful in 2m5s
Tests / test-node (node18) (push) Successful in 2m7s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 2m12s
Build and deploy typedoc / build (push) Successful in 6m3s
Tests / lint (push) Successful in 6m40s
Tests / e2e-deno (push) Successful in 55s
Tests / e2e (push) Failing after 1m2s
chore(release): v0.20.0
2025-01-25 06:26:22 +00:00

86 lines
2.7 KiB
JSON

{
"name": "mtcute-workspace",
"type": "module",
"version": "0.20.0",
"private": true,
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"homepage": "https://mtcute.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/mtcute/mtcute.git"
},
"keywords": [
"telegram",
"telegram-api",
"telegram-bot",
"telegram-library",
"mtproto",
"tgbot",
"userbot",
"api"
],
"workspaces": [
"packages/*"
],
"scripts": {
"postinstall": "fuman-build validate-workspace-deps && node scripts/remove-jsr-sourcefiles.js",
"test": "vitest --config .config/vite.ts run",
"test:dev": "vitest --config .config/vite.ts watch",
"test:ui": "vitest --config .config/vite.ts --ui",
"test:coverage": "vitest --config .config/vite.ts run --coverage",
"test:ci": "vitest --config .config/vite.ts run --coverage.enabled --coverage.reporter=json",
"test:browser": "vitest --config .config/vite.browser.ts run",
"test:browser:dev": "vitest --config .config/vite.browser.ts watch",
"lint": "eslint",
"lint:ci": "CI=1 NODE_OPTIONS=\\\"--max_old_space_size=8192\\\" eslint",
"lint:tsc": "pnpm -r --workspace-concurrency=4 exec tsc",
"lint:tsc:ci": "pnpm -r exec tsc",
"lint:dpdm": "dpdm -T --no-warning --no-tree --exit-code circular:1 packages/*",
"lint:fix": "eslint --fix .",
"docs": "fuman-build typedoc"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa",
"@fuman/utils": "0.0.4",
"@types/bun": "1.1.14",
"@types/deno": "npm:@teidesu/deno-types@1.46.3",
"@types/node": "20.10.0",
"@types/ws": "8.5.4",
"@vitest/browser": "2.0.5",
"@vitest/coverage-v8": "2.0.5",
"@vitest/expect": "2.0.5",
"@vitest/spy": "2.0.5",
"@vitest/ui": "2.0.5",
"chai": "5.1.0",
"cjs-module-lexer": "1.2.3",
"dotenv-flow": "4.1.0",
"dpdm": "3.14.0",
"esbuild": "0.23.0",
"eslint": "9.9.0",
"glob": "11.0.0",
"playwright": "1.42.1",
"rimraf": "6.0.1",
"rollup-plugin-node-externals": "7.1.3",
"semver": "7.5.1",
"tinyglobby": "^0.2.10",
"tsx": "4.17.0",
"typedoc": "0.27.6",
"typescript": "5.5.4",
"vite": "5.4.2",
"vite-plugin-dts": "4.0.3",
"vite-plugin-node-polyfills": "0.22.0",
"vitest": "2.0.5"
},
"pnpm": {
"overrides": {
"typescript": "5.5.4"
},
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}