{
  "name": "nsearch",
  "version": "0.0.2",
  "description": "Find NBA team content via command line interface.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mkamla/nba-content-search-cli.git"
  },
  "preferGlobal": true,
  "bin": {
    "nsearch": "bin/nsearch.js"
  },
  "keywords": [
    "NBA",
    "CLI",
    "Search",
    "Basketball"
  ],
  "author": "Micah Kamla",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mkamla/nba-content-search-cli/issues"
  },
  "homepage": "https://github.com/mkamla/nba-content-search-cli",
  "dependencies": {
    "copy-paste": "^1.3.0"
  }
}
