{
  "name": "shify",
  "version": "3.0.6",
  "description": "Execute large blocks of shell",
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha "
  },
  "keywords": [
    "shell",
    "exec",
    "sh",
    "cmd",
    "bat",
    "shify"
  ],
  "author": "Houfeng",
  "repository": {
    "type": "git",
    "url": "https://github.com/Houfeng/shify"
  },
  "license": "MIT",
  "dependencies": {
    "ntils": "^2.1.2",
    "stp": "^0.0.4"
  }
}