{
  "name": "unthink",
  "version": "2.6.3",
  "description": "a protocol generator for thinkjs and unity",
  "main": "bin/unthink",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shbrk/unthink.git"
  },
  "keywords": [
    "proto",
    "thinkjs"
  ],
  "author": "shenzhengyi@shinezone.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shbrk/unthink/issues"
  },
  "homepage": "https://github.com/shbrk/unthink#readme",
  "dependencies": {
    "commander": "^2.13.0",
    "comment-json": "^1.1.3",
    "ejs": "^2.5.7",
    "ts-simple-ast": "^6.2.0",
    "typescript": "^2.6.2"
  },
  "devDependencies": {
    "@types/ejs": "^2.5.0",
    "@types/comment-json": "^1.1.0",
    "@types/node": "^9.3.0"
  },
  "bin": {
    "unthink": "./bin/unthink"
  }
}
