{
  "name": "pypi-cli",
  "version": "1.0.0",
  "description": "Cli to install all python packages specifed in json file(mimic npm install)",
  "main":"index.js",
  "author": "pawankumargali",
  "license": "ISC",
  "engines": {
    "node": ">=10"
  },
  "preferGlobal": true,
  "bin": {
    "pypi-cli": "index.js"
  },
  "scripts": {},
  "devDependencies": {},
  "dependencies": {
    "chalk": "^3.0.0",
    "ora": "^4.0.3",
    "yargs": "^15.3.1"
  }
}
