-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "stas",
"version": "1.0.0",
"description": "Telegram bot manages youtube playlist from chat",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "jest",
"prettier-check": "npx prettier --check .",
"prettier-write": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/qelphybox/stas.git"
},
"keywords": [
"youtube",
"telegram-bot",
"telegram"
],
"author": "ThreeOldMen.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/qelphybox/stas/issues"
},
"homepage": "https://github.com/qelphybox/stas#readme",
"dependencies": {
"dotenv": "^8.2.0",
"googleapis": "^73.0.0",
"node-fetch": "^2.6.1",
"node-telegram-bot-api": "^0.53.0",
"pg": "^8.6.0"
},
"devDependencies": {
"jest": "^26.6.3",
"prettier": "2.2.1"
}
}