-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.13 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
48
{
"name": "prerender-seo-scorer",
"version": "1.5.1",
"description": "SEO Scoring from HTML, find and score SEO relevant tags, text, values.",
"keywords": [
"seo",
"scoring",
"scorer",
"html",
"prerender"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/prerender/seo-scorer.git"
},
"bugs": {
"url": "https://github.com/prerender/seo-scorer/issues"
},
"author": "Varga Zsolt <[email protected]>",
"publishConfig": {
"access": "public"
},
"homepage": "https://prerender.io",
"license": "GPL-3.0",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"test": "jest",
"test:dev": "jest --collectCoverage=0 --silent=0",
"gen:checker": "hygen checker new"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"franc": "^6.0.0",
"htmlparser2": "^7.2.0",
"stopword": "^2.0.1",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"debug": "^4.3.4",
"hygen": "^6.2.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}