-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
49
{
"dependencies": {
"@types/node-cron": "^3.0.1",
"croner": "^4.3.9",
"micro": "^9.3.4",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.6",
"playwright": "^1.21.1",
"ps-node-promise-es6": "^0.0.1",
"serve-handler": "^6.1.3",
"typescript": "^4.6.3"
},
"files": [
"/dist"
],
"bin": {
"galaxiat.serve.seo": "./dist/index.js"
},
"keywords": [
"seo",
"crawl",
"prerender",
"puppeteer",
"serve"
],
"name": "galaxiat.serve.seo",
"description": "galaxiat.serve.seo Node.js package allows you to easily cron crawl path that you want to have an html version (for dynamic rendering like React) without have to make SSR when request is passed.",
"version": "1.0.0",
"main": "./dist/index.js",
"devDependencies": {
"@types/node-fetch": "^2.6.1",
"@types/serve-handler": "^6.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node . ",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/galaxiat/galaxiat.serve.seo.git"
},
"author": "Paul Millet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/galaxiat/galaxiat.serve.seo/issues"
},
"homepage": "https://github.com/galaxiat/galaxiat.serve.seo#readme"
}