-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 868 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
{
"name": "karaoke-nodejs",
"version": "1.0.0",
"description": "Karaoke App adalah sebuah aplikasi sederhana yang memungkinkan pengguna untuk mencari lagu karaoke di YouTube dan memainkannya dalam sebuah pemutar video.",
"main": "loader.js",
"scripts": {
"start": "node loader.js",
"test": "echo \"Error: no test specified\" && exit 1",
"package": "pkg index.js --output myapp"
},
"keywords": [],
"author": "johanesrakinaung@gmail.com",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.2",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"google-auth-library": "^9.4.2",
"googleapis": "^131.0.0",
"jekyll": "^3.0.0-beta1",
"open": "^10.1.0",
"plyr": "^3.7.8",
"socket.io": "^4.7.4",
"sqlite3": "^5.1.7",
"youtube-search": "^1.1.6"
},
"devDependencies": {
"electron": "^28.2.0"
}
}