mirror of
https://github.com/palxiao/poster-design.git
synced 2025-06-08 03:19:59 +08:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "screenshot-node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./src/main",
|
|
"scripts": {},
|
|
"author": "ShawnPhang",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"puppeteer": "^10.4.0",
|
|
"images": "3.2.3",
|
|
"png-js": "^1.0.0",
|
|
"gif-encoder-2": "^1.0.5"
|
|
},
|
|
"devDependencies": {}
|
|
}
|