webamp/experiments/automatedScreenshots/package.json
2018-07-11 14:11:38 -07:00

24 lines
716 B
JSON

{
"name": "automated_screenshots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"clean": "rm screenshots/*.png",
"sync-screenshots": "aws s3 sync --acl=public-read screenshots/ s3://webamp-uploaded-skins/screenshots/",
"sync-skins": "aws s3 sync --acl=public-read md5Skins/ s3://webamp-uploaded-skins/skins/",
"sync": "npm run sync-screenshots && npm run sync-skins"
},
"author": "",
"license": "ISC",
"dependencies": {
"filehound": "^1.16.2",
"imagemin": "^5.3.1",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.1.0",
"jszip": "^3.1.4",
"md5-file": "^3.2.3",
"puppeteer": "^0.13.0"
}
}