forked from tuhinpal/dynamic-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 782 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
{
"name": "dynamic-image",
"version": "1.0.0",
"description": "Dynamically generate images for open-graph or website",
"directories": {
"lib": "lib"
},
"scripts": {
"deploy": "vercel --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuhinpal/dynamic-image.git"
},
"keywords": [
"opengraph",
"og",
"vercel",
"dynamic"
],
"author": "Tuhin Kanti Pal <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tuhinpal/dynamic-image/issues"
},
"homepage": "https://github.com/tuhinpal/dynamic-image#readme",
"dependencies": {
"axios": "^0.27.2",
"chrome-aws-lambda": "^10.1.0",
"mongodb": "^4.1.3",
"puppeteer-core": "^10.4.0",
"qs": "^6.10.1"
}
}