{
  "name": "retool-cli",
  "version": "1.0.29",
  "description": "CLI for Retool",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "bin": {
    "retool": "./lib/index.js"
  },
  "scripts": {
    "dev": "tsc --watch -p .",
    "build": "npm run clean && tsc -p . && npm run copy-files && chmod +x lib/index.js",
    "clean": "rimraf lib/",
    "copy-files": "copyfiles -u 1 src/**/*.html lib/",
    "lint": "npx eslint ./src",
    "lint-fix": "npm run lint -- --fix",
    "test": "jest",
    "test-silent": "jest --silent",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tryretool/retool-cli.git"
  },
  "bugs": {
    "url": "https://github.com/tryretool/retool-cli/issues"
  },
  "homepage": "https://github.com/tryretool/retool-cli#readme",
  "dependencies": {
    "@faker-js/faker": "^8.0.2",
    "@inquirer/prompts": "^5.2.0",
    "@napi-rs/keyring": "^1.1.3",
    "axios": "^1.4.0",
    "chalk": "^4.1.2",
    "connection-string-parser": "^1.0.4",
    "csv-parser": "^3.0.0",
    "date-fns": "^2.30.0",
    "express": "^4.18.2",
    "inquirer": "^8.0.0",
    "inquirer-tree-prompt": "^1.1.2",
    "open": "^7.4.2",
    "ora": "^5.4.1",
    "pg": "^8.11.3",
    "puppeteer": "^20.8.0",
    "tar": "^6.1.15",
    "untildify": "^4.0.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.22.5",
    "@types/express": "^4.17.17",
    "@types/intl": "^1.2.0",
    "@types/jest": "^29.5.3",
    "@types/node": "^20.2.5",
    "@types/tar": "^6.1.5",
    "@types/yargs": "^17.0.24",
    "@typescript-eslint/eslint-plugin": "^5.61.0",
    "@typescript-eslint/parser": "^5.61.0",
    "copyfiles": "^2.4.1",
    "eslint": "^8.44.0",
    "eslint-import-resolver-typescript": "^3.5.5",
    "eslint-plugin-import": "^2.27.5",
    "husky": "^8.0.3",
    "jest": "^29.6.2",
    "nodemon": "^2.0.22",
    "rimraf": "^5.0.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  }
}
