-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 900 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
{
"name": "yoshina-yt",
"version": "1.0.0",
"description": "Twitch song request via custom reward's bot for web player with support of YouTube and Spotify!",
"author": "richardscull",
"license": "MIT",
"dependencies": {
"@fastify/static": "^7.0.4",
"@fastify/websocket": "^10.0.1",
"@twurple/api": "^6.2.0",
"@twurple/auth": "^6.2.0",
"@twurple/chat": "^6.2.0",
"@twurple/pubsub": "^6.2.0",
"chalk": "4.0.0",
"dotenv": "^16.0.3",
"fastify": "^4.28.0",
"open": "^10.1.0",
"play-dl": "^1.9.7",
"spotify-web-api-node": "^5.0.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/spotify-web-api-node": "^5.0.7",
"typescript": "^5.0.4"
},
"scripts": {
"build": "node ./dist/app.js",
"compile": "tsc --build --clean --dry && tsc",
"package": "npm run compile && npm run build"
}
}