{
  "name": "astroboy-cli",
  "version": "1.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "release": "sh release.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/astroboy-lab/astroboy-cli.git"
  },
  "bin": {
    "ast": "bin/ast.js"
  },
  "keywords": [],
  "author": "KK",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/astroboy-lab/astroboy-cli/issues"
  },
  "homepage": "https://github.com/astroboy-lab/astroboy-cli#readme",
  "dependencies": {
    "chalk": "^4.1.0",
    "commander": "^2.15.1",
    "fast-glob": "^3.2.5",
    "fs-extra": "^9.1.0",
    "nodemon": "^2.0.7",
    "open": "^7.3.1",
    "prettier": "^2.2.1",
    "shelljs": "^0.8.4",
    "ts-node": "^9.0.0",
    "tsconfig-paths": "^3.4.2",
    "typescript": "3.7.5"
  }
}
