{
  "name": "utopia-scripts",
  "version": "0.1.2",
  "description": "scripts makes you free",
  "engines": {
    "node": ">=8.3.0"
  },
  "bin": {
    "utopia-scripts": "./bin/index.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "build": "node build.js",
    "lint": "eslint --ext .js,.ts src",
    "test": "echo \"pass test\"",
    "prepublish": "bash prepublish.sh"
  },
  "keywords": [
    "utopia",
    "scripts",
    "cli"
  ],
  "author": "ConradZhangcong",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.3.0",
    "download-git-repo": "^3.0.2",
    "inquirer": "^8.2.4",
    "ora": "5.4.1",
    "utopia-utils": "^0.0.4"
  },
  "devDependencies": {
    "@types/inquirer": "^8.2.1",
    "@types/node": "^17.0.40",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "esbuild": "^0.14.42",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-define-config": "^1.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.1",
    "prettier": "2.2.1",
    "typescript": "^4.7.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ConradZhangcong/utopia-scripts.git"
  }
}
