{
  "name": "@ganeshnrao/reelgood-cli",
  "version": "1.0.2",
  "description": "Watch your favorite shows and movies from the command-line!",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "debug": "debug=true node src/index.js"
  },
  "bin": {
    "reelgood": "./src/index.js"
  },
  "keywords": [
    "movies",
    "shows",
    "tv",
    "cli",
    "watch",
    "command line",
    "reelgood",
    "reel good"
  ],
  "author": "ganeshnrao@me.com",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^8.23.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "prettier": "^2.7.1"
  },
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "axios": "^0.27.2",
    "data-store": "^4.0.3",
    "dotenv": "^16.0.2",
    "enquirer": "^2.3.6",
    "lodash": "^4.17.21",
    "open": "^8.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ganeshnrao/reelgood-cli.git"
  },
  "bugs": {
    "url": "https://github.com/ganeshnrao/reelgood-cli/issues"
  },
  "homepage": "https://github.com/ganeshnrao/reelgood-cli#readme"
}
