{
  "name": "qasim",
  "version": "1.0.3",
  "description": "An Open-source license manager for you Node.Js applications",
  "main": "index.js",
  "bin": {
    "qasim": "src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hussnainwc/Qasim.git"
  },
  "keywords": [
    "License",
    "Qasim",
    "Node"
  ],
  "author": "Hussnain Asad",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hussnainwc/Qasim/issues"
  },
  "homepage": "https://github.com/hussnainwc/Qasim#readme",
  "dependencies": {
    "axios": "^0.19.0",
    "chalk": "^2.4.2",
    "commander": "^3.0.2",
    "inquirer": "^7.0.0",
    "prompt": "^1.0.0"
  }
}
