-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
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
{
"name": "codebuild-website-prerender",
"version": "0.4.1",
"description": "Render webpages using AWS CodeBuild.",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adam Coster (https://www.bscotch.net/about)",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"inline-css": "^3.0.0",
"puppeteer": "^9.1.1",
"sitemapper": "^3.1.12"
},
"keywords": [
"spa",
"single page app",
"ssr",
"server-side render",
"codebuild"
],
"repository": {
"type": "git",
"url": "https://github.com/bscotch/codebuild-website-prerender"
},
"devDependencies": {
"@types/node": "^15.6.1"
}
}