{
  "name": "juo",
  "description": "A CLI tool for the Juo platform",
  "version": "0.3.0",
  "author": "Juo (https://juo.io)",
  "bin": {
    "juo": "./bin/run.js"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "3.901.0",
    "@clack/prompts": "^0.11.0",
    "@oclif/core": "4.5.4",
    "@oclif/plugin-help": "6.2.33",
    "debug": "^4.4.3",
    "inquirer": "9.3.8",
    "liquidjs": "^10.21.1",
    "mime": "4.1.0",
    "nypm": "^0.6.0",
    "pkg-types": "2.3.0",
    "slugify": "^1.6.6",
    "tiny-async-pool": "2.1.0"
  },
  "devDependencies": {
    "@eslint/compat": "1.4.0",
    "@oclif/prettier-config": "0.2.1",
    "@oclif/test": "4.1.14",
    "@types/chai": "4.3.20",
    "@types/debug": "^4.1.12",
    "@types/inquirer": "9.0.9",
    "@types/mocha": "10.0.10",
    "@types/node": "18.19.5",
    "@types/tiny-async-pool": "2.0.3",
    "chai": "4.5.0",
    "eslint": "9.37.0",
    "eslint-config-oclif": "6.0.108",
    "eslint-config-prettier": "10.1.8",
    "mocha": "10.8.2",
    "oclif": "4.22.41",
    "shx": "0.3.4",
    "ts-node": "10.9.2",
    "tsdown": "^0.16.6",
    "typescript": "5.7.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "./bin",
    "./dist",
    "./templates",
    "./oclif.manifest.json"
  ],
  "homepage": "https://juo.io",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./lib": "./dist/lib/index.js"
  },
  "type": "module",
  "oclif": {
    "bin": "juo",
    "dirname": "juo",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "hooks": {
      "prerun": "./dist/hooks/prerun.js",
      "postrun": "./dist/hooks/postrun.js"
    },
    "topicSeparator": " ",
    "topics": {
      "blocks": {
        "description": "Commands for blocks development"
      },
      "publish": {
        "description": "Publish theme files"
      }
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsdown",
    "lint": "eslint",
    "posttest": "pnpm run lint",
    "test": "TS_NODE_PROJECT=./tsconfig.test.json mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md"
  }
}