{ "name": "mtcute", "private": true, "version": "1.0.0", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "license": "LGPL-3.0", "author": "Alina Sireneva ", "scripts": { "prepare": "husky install", "postinstall": "node scripts/validate-deps-versions.mjs", "test:all": "pnpm run -r test", "lint": "eslint .", "lint:tsc": "pnpm run -r build --noEmit", "lint:fix": "eslint --fix .", "format": "prettier --write \"packages/**/*.ts\"", "publish-all": "node scripts/publish.js all", "docs": "pnpm run -r docs" }, "dependencies": { "node-gyp": "9.3.1" }, "devDependencies": { "@commitlint/cli": "^17.6.5", "@commitlint/config-conventional": "^17.6.5", "@types/chai": "4.3.5", "@types/mocha": "10.0.1", "@types/node": "18.16.0", "@types/node-forge": "1.3.2", "@types/ws": "8.5.4", "@typescript-eslint/eslint-plugin": "5.59.8", "@typescript-eslint/parser": "5.59.8", "chai": "4.3.7", "dotenv-flow": "3.2.0", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0", "eslint-import-resolver-typescript": "3.5.5", "eslint-plugin-ascii": "1.0.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-simple-import-sort": "10.0.0", "glob": "10.2.6", "husky": "^8.0.3", "lint-staged": "^13.2.2", "mocha": "10.2.0", "node-forge": "1.3.1", "nyc": "15.1.0", "prettier": "2.8.8", "rimraf": "5.0.1", "semver": "7.5.1", "ts-node": "10.9.1", "typedoc": "0.24.7", "typescript": "5.0.4" } }