{
  "name": "inkwell-cli",
  "version": "0.0.2",
  "description": "CLI for Inkwell",
  "main": "index.js",
  "type": "module",
  "bin": "./index.js",
  "scripts": {
    "test": "node ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/InkwellTEAM/Inkwell-CLI.git"
  },
  "keywords": [
    "inkwell",
    "cli",
    "command",
    "line",
    "tool"
  ],
  "author": "InkwellTEAM",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/InkwellTEAM/Inkwell-CLI/issues"
  },
  "homepage": "https://github.com/InkwellTEAM/Inkwell-CLI#readme",
  "dependencies": {
    "chalk": "^5.0.1",
    "figlet": "^1.5.2",
    "gradient-string": "^2.0.0",
    "inquirer": "^8.2.1",
    "nanospinner": "^1.0.0"
  }
}
