{ "name": "@mtqt/sqlite", "private": true, "version": "1.0.0", "description": "SQLite-based storage for mtqt", "author": "Alisa Sireneva ", "license": "LGPL-3.0", "main": "index.ts", "scripts": { "test": "mocha -r ts-node/register tests/**/*.spec.ts", "docs": "npx typedoc", "build": "tsc" }, "dependencies": { "@mtqt/core": "^1.0.0", "@mtqt/tl": "~1.131.0", "better-sqlite3": "^7.4.0", "big-integer": "1.6.48", "debug": "^4.3.1" }, "devDependencies": { "@types/sqlite3": "^3.1.7", "@types/better-sqlite3": "^5.4.1" } }