This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
ks54santa/package.json
2022-12-16 00:51:02 +03:00

21 lines
339 B
JSON

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