UNPKG

@trademe/reviewme

Version:

Google Play and App Store reviews posted to Slack

43 lines (42 loc) 989 B
{ "name": "@trademe/reviewme", "version": "3.0.3", "description": "Google Play and App Store reviews posted to Slack", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node bin/reviewme.js" }, "bin": { "reviewme": "bin/reviewme.js" }, "repository": { "type": "git", "url": "git+https://github.com/TradeMe/ReviewMe.git" }, "keywords": [ "android", "ios", "google", "play", "app", "store", "slack", "app", "reviews", "reviews" ], "author": "Josh Burton <josh.burton@trademe.co.nz>", "license": "ISC", "bugs": { "url": "https://github.com/TradeMe/ReviewMe/issues" }, "homepage": "https://github.com/TradeMe/ReviewMe#readme", "dependencies": { "android-versions": "^1.4.0", "commander": "^4.1.1", "google-play-scraper": "^9.1.1", "googleapis": "^52.1.0", "request": "^2.88.0" } }