{ "name": "@mtcute/file-id", "private": true, "version": "1.0.0", "description": "Support for TDLib and Bot API file ID for mtcute", "author": "Alina Sireneva ", "license": "LGPL-3.0", "main": "src/index.ts", "scripts": { "test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"", "docs": "typedoc", "build": "tsc" }, "dependencies": { "@mtcute/tl": "workspace:^146.0.0", "@mtcute/tl-runtime": "workspace:^1.0.0", "@mtcute/core": "workspace:^1.0.0", "long": "^4.0.0" }, "devDependencies": { "@types/long": "^4.0.1" } }