{
  "name": "scaff-up",
  "version": "1.4.1",
  "description": "A cross-platform developer CLI for project workspace registration, resolution, and launching.",
  "type": "module",
  "main": "./dist/main.js",
  "files": [
    "dist",
    "shell"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/glitchoff/scaff"
  },
  "bin": {
    "scaff": "./dist/main.js",
    "scaff-up": "./dist/main.js"
  },
  "keywords": [
    "cli",
    "workspace",
    "project",
    "launcher",
    "developer-tools"
  ],
  "author": "",
  "license": "MIT",
  "packageManager": "pnpm@10.30.3",
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/cli/main.ts",
    "start": "node dist/main.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "chalk": "^6.0.0",
    "enquirer": "^2.4.1"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "tsup": "^8.5.0",
    "tsx": "^4.23.12",
    "typescript": "^7.0.2",
    "vitest": "^3.2.0"
  }
}
