{
  "name": "@choiceopen/atomemo-plugin-cli",
  "version": "0.6.7",
  "description": "A command-line utility for building and publishing Choiceform Atomemo Plugin.",
  "keywords": [
    "oclif"
  ],
  "homepage": "https://github.com/choice-open/atomemo-plugin-cli",
  "bugs": "https://github.com/choice-open/atomemo-plugin-cli/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/choice-open/atomemo-plugin-cli.git"
  },
  "license": "MIT",
  "author": "Albert Yu",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "atomemo": "bin/run.js",
    "cap": "bin/run.js"
  },
  "files": [
    "./bin",
    "./dist",
    "./oclif.manifest.json"
  ],
  "scripts": {
    "build": "shx rm -rf dist tsconfig.tsbuildinfo && tsc --build && shx cp -r src/templates dist/",
    "check": "biome check --write",
    "postinstall": "echo \"Please run 'atomemo auth login' first to ensure you have access to the Atomemo platform.\"",
    "prepack": "oclif manifest && oclif readme",
    "postpack": "shx rm -f oclif.manifest.json",
    "test": "mocha \"test/**/*.test.ts\"",
    "posttest": "npm run check",
    "version": "oclif readme && git add README.md"
  },
  "oclif": {
    "alias": [
      "atomemo"
    ],
    "bin": "atomemo",
    "commands": "./dist/commands",
    "dirname": "atomemo",
    "helpOptions": {
      "flagSortOrder": "none"
    },
    "plugins": [
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-help",
      "@oclif/plugin-version"
    ],
    "theme": "./theme.json",
    "topicSeparator": " "
  },
  "dependencies": {
    "@inquirer/checkbox": "^5.0.4",
    "@inquirer/confirm": "^6.0.4",
    "@inquirer/input": "^5.0.4",
    "@inquirer/select": "^5.0.4",
    "@oclif/core": "^4.8.0",
    "@oclif/plugin-autocomplete": "^3.2.39",
    "@oclif/plugin-help": "^6.2.36",
    "@oclif/plugin-version": "^2.2.36",
    "es-toolkit": "^1.44.0",
    "eta": "^4.5.0",
    "open": "^11.0.0",
    "ts-dedent": "^2.2.0",
    "yocto-spinner": "^1.1.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.11",
    "@oclif/test": "^4.1.15",
    "@types/chai": "4.3.20",
    "@types/mocha": "10.0.10",
    "@types/node": "20.19.27",
    "chai": "4.5.0",
    "mocha": "10.8.2",
    "msw": "^2.12.10",
    "oclif": "^4.22.81",
    "shx": "^0.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
