{
  "name": "@sheweny/cli",
  "description": "Cli for sheweny framework",
  "version": "2.2.3",
  "main": "bin/sheweny.js",
  "bin": {
    "sheweny": "bin/sheweny.js",
    "shw": "bin/sheweny.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "shw"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sheweny/cli.git"
  },
  "type": "module",
  "keywords": [
    "cli",
    "sheweny",
    "framework",
    "discord",
    "discord-bot",
    "discord.js"
  ],
  "author": "Smaug6739 Natchi8537",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sheweny/cli/issues"
  },
  "homepage": "https://sheweny.js.org/guide/cli/Installation",
  "dependencies": {
    "arg": "^5.0.1",
    "chalk": "^5.0.0",
    "esm": "^3.2.25",
    "execa": "^6.0.0",
    "inquirer": "^9.0.0",
    "listr": "^0.14.3"
  },
  "devDependencies": {
    "@types/ejs": "^3.1.0",
    "@types/inquirer": "^9.0.0",
    "@types/listr": "^0.14.4",
    "@types/node": "^18.0.0",
    "eslint": "^8.4.0"
  }
}
