{
  "name": "xtube",
  "version": "1.0.1",
  "description": "A simple YouTube Tools",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "bin": {
    "xtube": "./xtube"
  },
  "keywords": [
    "youtube",
    "tools"
  ],
  "preferGlobal": true,
  "author": "thedevxen",
  "license": "ISC"
}