-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 918 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
39
40
41
42
43
44
{
"name": "site-crawler",
"version": "0.2.1",
"description": "Website crawler to determine if it is SEO healthy",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "jest"
},
"keywords": [
"html",
"seo",
"javascript",
"node",
"crawl",
"scrape",
"website",
"webpage"
],
"author": "John Foster",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/jf990/seo-analyzer"
},
"bugs": {
"url": "https://github.com/jf990/seo-analyzer/issues"
},
"dependencies": {
"chalk": "^5.3.0",
"crawler": "^1.5.0",
"csv-writer": "^1.6.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"strip": "^3.0.0",
"strip-js": "^1.2.0",
"text-miner": "^2.0.0",
"url-parse": "^1.5.10",
"yargs": "^17.7.2"
}
}