-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 878 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 878 Bytes
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
{
"name": "tunified",
"version": "5.3",
"apivar": "4.0",
"description": "Tunified bot fetches the currently playing song from Last.fm and shares it on Telegram.",
"main": "bot.mjs",
"scripts": {
"tunified": "./start.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Burhanverse/Tunified.git"
},
"author": "@Burhanverse",
"license": "MIT",
"bugs": {
"url": "https://github.com/Burhanverse/Tunified/issues"
},
"homepage": "https://github.com/Burhanverse/Tunified#readme",
"copyright": "Copyright (c) 2025 Burhanverse",
"dependencies": {
"axios": "^1.7.8",
"dotenv": "^17.0.0",
"formidable": "^3.5.1",
"grammy": "^1.34.1",
"mongoose": "^9.0.0",
"node-fetch": "^3.3.2",
"pretty-bytes": "^7.0.0",
"superagent": "^10.0.0"
},
"devDependencies": {
"concurrently": "^9.1.2"
}
}