-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 980 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
{
"name": "prerender-seo",
"version": "2.0.0",
"description": "Prerender Javascript rendered pages",
"main": "lib/index.js",
"scripts": {
"precommit": "lint-staged",
"lint": "eslint --fix lib; exit 0",
"test": "node ./example/index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/posrix/prerender-seo"
},
"author": "posrix <[email protected]>",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"h2o2": "^6.0.1",
"hapi": "^16.6.0",
"html-minifier": "^3.5.6",
"inert": "^4.2.1",
"mkdirp": "^0.5.1",
"ora": "^1.3.0",
"portfinder": "^1.0.13",
"puppeteer": "^1.5.0",
"snyk": "^1.230.5"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"husky": "^0.14.3",
"lint-staged": "^7.1.3",
"prettier": "^1.13.4"
},
"snyk": true
}