2021-04-08 12:19:38 +03:00
|
|
|
{
|
2024-08-21 11:05:07 +03:00
|
|
|
"name": "mtcute-workspace",
|
|
|
|
"type": "module",
|
2024-10-12 00:33:27 +03:00
|
|
|
"version": "0.17.2",
|
2024-08-21 11:05:07 +03:00
|
|
|
"private": true,
|
|
|
|
"packageManager": "pnpm@9.0.6",
|
|
|
|
"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",
|
2024-11-16 16:00:12 +03:00
|
|
|
"url": "git+https://github.com/mtcute/mtcute.git"
|
2024-08-21 11:05:07 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"telegram",
|
|
|
|
"telegram-api",
|
|
|
|
"telegram-bot",
|
|
|
|
"telegram-library",
|
|
|
|
"mtproto",
|
|
|
|
"tgbot",
|
|
|
|
"userbot",
|
|
|
|
"api"
|
|
|
|
],
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2024-11-16 16:00:12 +03:00
|
|
|
"postinstall": "fuman-build validate-workspace-deps && node scripts/remove-jsr-sourcefiles.js",
|
2024-08-21 11:05:07 +03:00
|
|
|
"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 .",
|
|
|
|
"publish-all": "node scripts/publish.js all",
|
|
|
|
"docs": "typedoc --options .config/typedoc/config.cjs",
|
2024-11-16 16:00:12 +03:00
|
|
|
"build-package": "tsx scripts/build-package.js",
|
2024-08-21 11:05:07 +03:00
|
|
|
"build-package-vite": "node scripts/build-package-vite.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-03 09:55:37 +03:00
|
|
|
"@antfu/eslint-config": "^3.11.2",
|
2024-12-07 08:59:53 +03:00
|
|
|
"@fuman/build": "0.0.2",
|
|
|
|
"@fuman/utils": "0.0.2",
|
2024-09-24 23:54:38 +03:00
|
|
|
"@types/deno": "npm:@teidesu/deno-types@1.46.3",
|
2024-08-21 11:05:07 +03:00
|
|
|
"@types/node": "20.10.0",
|
2024-11-26 20:21:47 +03:00
|
|
|
"@types/bun": "1.1.14",
|
2024-08-21 11:05:07 +03:00
|
|
|
"@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",
|
|
|
|
"tsx": "4.17.0",
|
|
|
|
"typedoc": "0.26.5",
|
|
|
|
"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"
|
2024-08-21 20:56:12 +03:00
|
|
|
}
|
2024-08-21 11:05:07 +03:00
|
|
|
}
|
2021-04-08 12:19:38 +03:00
|
|
|
}
|