{
  "name": "cdkit",
  "version": "1.3.0",
  "description": "code kit 代码助手",
  "main": "index.js",
  "bin": {
    "cdkit": "./bin/index.js"
  },
  "dependencies": {
    "yargs": "11.0.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yanhaijing/cdkit.git"
  },
  "author": {
    "name": "yanhaijing",
    "email": "yanhaijing@yeah.net",
    "url": "http://yanhaijing.com"
  },
  "keywords": [
    "code",
    "tool",
    "kit",
    "helper"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yanhaijing/cdkit/issues"
  },
  "homepage": "https://github.com/yanhaijing/cdkit#readme"
}
