{ "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": "Alisa Sireneva ", "scripts": { "test": "lerna run test", "build": "lerna run build", "lint": "eslint packages/**/*.ts", "format": "prettier --write packages/**/*.ts", "publish-all": "node scripts/publish.js all" }, "dependencies": { "node-gyp": "^9.0.0" }, "devDependencies": { "@types/chai": "^4.3.1", "@types/mocha": "^9.1.1", "@types/node": "^14.14.22", "@types/node-forge": "^1.0.2", "@types/ws": "^7.4.0", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "chai": "^4.3.6", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "mocha": "^9.2.2", "node-forge": "^1.3.1", "prettier": "^2.6.2", "ts-node": "^10.7.0", "typedoc": "^0.22.15", "typescript": "^4.6.4", "nyc": "^15.1.0", "rimraf": "^3.0.2", "dotenv-flow": "^3.2.0", "glob": "^8.0.1", "semver": "^7.3.7" } }