This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
QRQuest/package.json
2022-12-22 17:07:22 +03:00

18 lines
288 B
JSON

{
"name": "qr-quest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/pg": "^8.6.5",
"pg": "^8.8.0",
"telegraf": "3.39"
}
}