-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 852 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": "getlink-nct",
"version": "1.0.0",
"description": "Download nhạc trên https://www.nhaccuatui.com/",
"main": "index.js",
"scripts": {
"start": "node index.js",
"server": "nodemon index.js"
},
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/locnt19/getlink-nct.git"
},
"keywords": [
"crawl",
"crawler"
],
"author": "Loc Thanh <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/locnt19/getlink-nct/issues"
},
"homepage": "https://github.com/locnt19/getlink-nct#readme",
"engineStrict": true,
"engines": {
"node": "12.18.0",
"npm": "6.14.5"
}
}