18 lines
288 B
JSON
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"
|
|
}
|
|
}
|