{
  "name": "@vibes.diy/cmd-tools",
  "version": "13.1.2",
  "license": "Apache-2.0",
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": "./index.js"
  },
  "scripts": {
    "build": "core-cli tsc",
    "test": "vitest --run"
  },
  "dependencies": {
    "@adviser/cement": "~0.5.34",
    "arktype": "~2.2.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VibesDIY/vibes.diy.git"
  }
}
