-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
27 lines (27 loc) · 873 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
{
"name": "prerendercloud",
"version": "1.48.0",
"description": "Express middleware for pre-rendering JavaScript single page apps with https://headless-render-api.com (formerly prerender.cloud from 2016 - 2022) for SEO and open graph tags",
"main": "./distribution/index.js",
"types": "./prerendercloud.d.ts",
"scripts": {
"build": "rm -rf distribution && mkdir distribution && cp -r source/* distribution/",
"test": "jasmine"
},
"author": "Jonathan Otto <support@headless-render-api.com> (https://headless-render-api.com/)",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
"got-lite": "^8.0.4",
"lru-cache": "^7.9.0",
"vary": "^1.1.1"
},
"devDependencies": {
"connect": "^3.7.0",
"express": "^4.18.1",
"jasmine": "^4.1.0",
"nock": "^13.2.4",
"prettier": "^2.6.2",
"typescript": "^5.4.5"
}
}