{
  "name": "@xncn/simplecli",
  "version": "1.0.5",
  "main": "index.js",
  "keywords": [
    "node",
    "cli",
    "simple",
    "read",
    "stdin",
    "cmd"
  ],
  "homepage": "https://github.com/XnCN/simplecli",
  "author": "Aydemir Eray Han",
  "email": "erayhan41@yandex.com",
  "license": "ISC",
  "scripts": {
    "start": "node index.js",
    "test": "node test.js"
  },
  "dependencies": {
    "Validator": "^1.0.8"
  }
}