mtcute/packages/file-id/package.json
2022-08-12 16:17:35 +03:00

23 lines
No EOL
650 B
JSON

{
"name": "@mtcute/file-id",
"private": true,
"version": "1.0.0",
"description": "Support for TDLib and Bot API file ID for MTCute",
"author": "Alina Sireneva <me@tei.su>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "workspace:^144.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"
}
}