-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 967 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": "get-lyrics",
"version": "1.0.0",
"description": "The data is gathered from translations of Egyptian songs on lyrics websites.\r This is achieved using the JavaScript scripts in the `scripts` folder, executed with Node.",
"main": "./scripts/lyricstranslate.com/index.js",
"scripts": {
"start": "node ./scripts/lyricstranslate.com/index.js"
},
"keywords": [
"crawler",
"javascript",
"lyrics",
"egyptian",
"arabic",
"english",
"translation",
"data",
"matlab",
"model",
"machine learning"
],
"author": "kevduc",
"license": "ISC",
"dependencies": {
"jsdom": "^16.3.0",
"node-fetch": "^2.6.1",
"p-queue": "^6.6.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kevduc/get-lyrics.git"
},
"bugs": {
"url": "https://github.com/kevduc/get-lyrics/issues"
},
"homepage": "https://github.com/kevduc/get-lyrics#readme"
}