magma/tools/screenshot/package.json
2022-04-26 22:48:50 +07:00

14 lines
292 B
JSON

{
"name": "screenshot",
"version": "1.0.0",
"description": "Take screenshot of all themes",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Help-14",
"license": "ISC",
"dependencies": {
"puppeteer": "^13.6.0"
}
}