-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "yoyo-ma-telegram",
"version": "1.2.4",
"description": "YoYo-Ma for Telegram",
"repository": {
"url": "DoubleHub/yoyo-ma-telegram",
"type": "git"
},
"main": "src/index.js",
"scripts": {
"dev": "nodemon src/index.js -w src",
"start": "node src/index.js",
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=8.5.0"
},
"author": "Giovanni Orciuolo <[email protected]>",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.2.0",
"fluent-ffmpeg": "^2.1.2",
"genius-api": "^0.4.1",
"get-audio-duration": "^1.0.0",
"mime-types": "^2.1.24",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"pokefusion-api": "^1.0.5",
"request": "latest",
"rss-feed-emitter": "^2.0.1",
"shortid": "^2.2.14",
"telegraf": "^3.27.1",
"telegraf-command-parts": "^1.0.3",
"telegraf-i18n": "^6.5.0",
"telegraf-ratelimit": "^2.0.0",
"tesseract.js": "^2.0.0-alpha.13",
"underscore": "^1.12.1",
"youtube-audio-stream": "^0.3.0",
"youtube-info": "^1.3.2",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.10"
}
}