-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "crawler_le_canton",
"version": "1.0.0",
"description": "Robô de busca de preços de reserva em tempo real para o Hotel Village Le Canton",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "nyc --reporter=html --reporter=text mocha --sort",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sorackb/crawler_le_canton.git"
},
"keywords": [
"crawler",
"hotel",
"village",
"lecanton"
],
"author": "sorackb <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sorackb/crawler_le_canton/issues"
},
"homepage": "https://github.com/Sorackb/crawler_le_canton#readme",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"express": "^4.17.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1"
}
}