{
  "name": "onsearch-cli",
  "version": "1.0.2",
  "description": "Onsearch cli",
  "main": "./build/index.js",
  "preferGlobal": true,
  "bin": {
    "onsearch": "./build/index.js"
  },
  "dependencies": {
    "@types/clear": "^0.1.0",
    "@types/clui": "^0.3.0",
    "@types/configstore": "^4.0.0",
    "@types/figlet": "^1.2.0",
    "@types/inquirer": "^7.3.1",
    "chalk": "^4.1.0",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "commander": "^6.0.0",
    "configstore": "^5.0.1",
    "figlet": "^1.5.0",
    "graphql": "^15.3.0",
    "graphql-request": "^3.0.0",
    "inquirer": "^7.3.3",
    "open": "^7.2.0",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "@types/node": "^14.6.0",
    "nodemon": "^2.0.4",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "scripts": {
    "start": "nodemon --watch 'src/**/*.ts' --exec ts-node src/index.ts",
    "create": "npm run build",
    "build": "tsc -p .",
    "local": "npm i -g && onsearch",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}
