mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"name": "automated_screenshots",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"filehound": "^1.16.2",
|
|
"jszip": "^3.1.4",
|
|
"md5-file": "^3.2.3",
|
|
"puppeteer": "^0.13.0"
|
|
}
|
|
}
|