2021-04-08 12:19:38 +03:00
|
|
|
{
|
2024-08-13 04:53:07 +03:00
|
|
|
"name": "mtcute-workspace",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.16.6",
|
|
|
|
"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",
|
|
|
|
"url": "https://github.com/mtcute/mtcute"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"telegram",
|
|
|
|
"telegram-api",
|
|
|
|
"telegram-bot",
|
|
|
|
"telegram-library",
|
|
|
|
"mtproto",
|
|
|
|
"tgbot",
|
|
|
|
"userbot",
|
|
|
|
"api"
|
|
|
|
],
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "node scripts/validate-deps-versions.js && node scripts/remove-jsr-sourcefiles.js",
|
|
|
|
"test": "pnpm run -r 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": "rimraf packages/**/dist packages/**/*.tsbuildinfo && pnpm -r --workspace-concurrency=4 exec tsc --build",
|
|
|
|
"lint:tsc:ci": "pnpm -r exec tsc --build",
|
|
|
|
"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",
|
|
|
|
"build-package": "node scripts/build-package.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@antfu/eslint-config": "2.26.0",
|
|
|
|
"@teidesu/slow-types-compiler": "1.1.0",
|
|
|
|
"@types/deno": "npm:@teidesu/deno-types@1.43.1",
|
|
|
|
"@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",
|
|
|
|
"semver": "7.5.1",
|
|
|
|
"ts-node": "10.9.1",
|
|
|
|
"tsconfig-paths": "4.2.0",
|
|
|
|
"typedoc": "0.26.5",
|
|
|
|
"typescript": "5.5.4",
|
|
|
|
"vite": "5.1.6",
|
|
|
|
"vite-plugin-node-polyfills": "0.22.0",
|
|
|
|
"vitest": "2.0.5"
|
|
|
|
}
|
2021-04-08 12:19:38 +03:00
|
|
|
}
|