{
  "name": "zkyc",
  "version": "1.4.6",
  "description": "Discord command handler.",
  "main": "./lib/index.js",
  "bin": {
    "zkyc": "./lib/index.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node ./lib/index.js"
  },
  "keywords": [
    "discord",
    "discord.js",
    "discord bot",
    "discord project",
    "command line"
  ],
  "author": "Zkyish",
  "license": "ISC",
  "dependencies": {
    "prompts": "^2.4.2"
  }
}