heart2heart/package.json

29 lines
597 B
JSON
Raw Normal View History

2024-08-03 03:48:20 +03:00
{
"name": "daivinchik",
"version": "0.0.1",
"description": "Bot for Matrix network for new meetings",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.foxarmy.org/leca/daivinchik"
},
"keywords": [
"bot",
"matrix",
"meet",
"social"
],
"author": "leca",
"license": "GPL-3.0-or-later",
"dependencies": {
"matrix-bot-sdk": "^0.7.1",
"nodemon": "^3.1.4",
"pg": "^8.12.0"
},
"type": "module"
}