-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
47
{
"name": "crawler.synom",
"version": "1.0.0",
"private": true,
"description": "Synonym crawler for www.sinonimo.com.br",
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"iconv-lite": "^0.5.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"mongoose": "^5.11.7",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"typescript": "^3.8.3",
"xmlbuilder": "^15.1.0",
"module-alias": "^2.2.2"
},
"devDependencies": {
"@types/module-alias": "^2.0.0",
"@types/minimist": "^1.2.0",
"@types/cheerio": "^0.22.17",
"@types/lodash": "^4.14.149",
"@types/mongoose": "^5.7.7",
"@types/node": "^13.9.5",
"@types/request-promise": "^4.1.46"
},
"_moduleAliases": {
"@interfaces": "interfaces/",
"@models": "models/",
"@utils": "utils/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronniery/crawler.synom.git"
},
"author": "Ronniery Borges Correa",
"license": "ISC",
"bugs": {
"url": "https://github.com/ronniery/crawler.synom/issues"
},
"homepage": "https://github.com/ronniery/crawler.synom#readme"
}