mtcute/packages/node/package.json

22 lines
581 B
JSON
Raw Normal View History

2021-06-06 00:37:44 +03:00
{
"name": "@mtcute/node",
"private": true,
"version": "1.0.0",
2021-06-06 00:37:44 +03:00
"description": "Meta-package for Node JS",
"author": "Alisa Sireneva <me@tei.su>",
"license": "MIT",
"main": "index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/client": "^1.0.0",
"@mtcute/sqlite": "^1.0.0",
"@mtcute/markdown-parser": "^1.0.0",
"@mtcute/html-parser": "^1.0.0",
2021-06-07 23:59:17 +03:00
"@mtcute/dispatcher": "^1.0.0"
2021-06-06 00:37:44 +03:00
}
}