-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.64 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "gatsby-plugin-component-to-image",
"version": "1.0.1",
"description": "A Gatsby plugin to generate images and PDFs from React components",
"author": "John Goodliff (https://johng.io)",
"keywords": [
"react",
"reactjs",
"seo",
"open-graph",
"react-components",
"gatsby",
"image-processing",
"image-generation",
"twitter-image",
"seo-optimization",
"gatsbyjs",
"gatsby-plugin",
"open-graph-protocol",
"open-graph-generator",
"pdf",
"pdf-generation"
],
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/lib",
"gatsby-node.js"
],
"homepage": "https://github.com/jerboa88/gatsby-plugin-component-to-image",
"repository": {
"type": "git",
"url": "git+https://github.com/jerboa88/gatsby-plugin-component-to-image.git"
},
"bugs": {
"url": "https://github.com/jerboa88/gatsby-plugin-component-to-image/issues"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rimraf lib coverage *.tgz",
"test": "jest"
},
"peerDependencies": {
"gatsby": "^5.0.0-next"
},
"dependencies": {
"express": "^4.19.2",
"puppeteer": "^22.9.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@jest/globals": "^29.7.0",
"@tsconfig/node20": "^20.1.4",
"@types/express": "^4.17.21",
"gatsby": "^5.0.0-next",
"gatsby-plugin-utils": "^4.0.0",
"jest": "^29.7.0",
"joi": "^17.13.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}