{
  "name": "@manifest/cli",
  "version": "2.0.2",
  "description": "CLI for the Manifest language",
  "type": "module",
  "bin": {
    "manifest": "./bin/manifest.js"
  },
  "exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@angriff36/manifest": "workspace:*",
    "ajv": "^8.18.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "fast-glob": "^3.3.2",
    "glob": "^10.3.12",
    "inquirer": "^9.2.0",
    "jiti": "^2.4.2",
    "js-yaml": "^4.1.0",
    "ora": "^8.0.1"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.6",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "latest",
    "typescript": "^5.5.3",
    "vitest": "4.0.18"
  }
}
