{
  "name": "accent-cli",
  "version": "0.19.0",
  "author": "Simon Prévost",
  "description": "Accent CLI",
  "bin": {
    "accent": "./bin/run.js"
  },
  "dependencies": {
    "@oclif/core": "^4.5.2",
    "@oclif/plugin-help": "^6.2.32",
    "@oclif/plugin-not-found": "^3.2.67",
    "@oclif/plugin-version": "^2.2.32",
    "@oclif/plugin-warn-if-update-available": "^3.1.46",
    "chalk": "4.1.2",
    "decamelize": "6.0.1",
    "fs-extra": "^11.3.1",
    "glob": "^11.0.3",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@oclif/test": "^4.1.13",
    "@types/decamelize": "^3.0.0",
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/node": "^24.3.1",
    "oclif": "^4.22.16",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "5.9.2"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    ".oclif.manifest.json",
    "/bin",
    "/lib"
  ],
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "accent",
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "topicSeparator": " ",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-not-found",
      "@oclif/plugin-version",
      "@oclif/plugin-warn-if-update-available"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mirego/accent.git"
  },
  "scripts": {
    "build": "rimraf -rf lib && tsc",
    "clean": "rimraf -f .oclif.manifest.json",
    "prepublishOnly": "npm run build && oclif readme && oclif manifest"
  },
  "types": "lib/index.d.ts"
}
