{
  "name": "@woghks096/trellis",
  "version": "0.14.1",
  "description": "Trellis — CLI scaffolder and validator for the Harness Engineering methodology.",
  "license": "MIT",
  "author": "JJaeHwan",
  "homepage": "https://github.com/JJaeHwan/trellis#readme",
  "bugs": {
    "url": "https://github.com/JJaeHwan/trellis/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JJaeHwan/trellis.git"
  },
  "keywords": [
    "cli",
    "scaffold",
    "scaffolder",
    "generator",
    "harness-engineering",
    "playbook",
    "linter",
    "architecture",
    "layers",
    "dependency-cruiser"
  ],
  "type": "module",
  "bin": {
    "trellis": "./dist/cmd/index.js"
  },
  "files": [
    "dist",
    "resources",
    "README.md",
    "CLAUDE.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint . --max-warnings=0",
    "dep:check": "depcruise --config .dependency-cruiser.cjs src",
    "manifests:ensure": "node scripts/ensure-migration-manifests.mjs",
    "hello": "node dist/cmd/index.js hello",
    "prepublishOnly": "npm run typecheck && npm run lint && npm run test && npm run build"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.4.2",
    "commander": "^12.1.0",
    "dependency-cruiser": "^16.5.0",
    "handlebars": "^4.7.9",
    "pino": "^9.5.0",
    "ts-morph": "^28.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "@typescript-eslint/eslint-plugin": "^8.8.0",
    "@typescript-eslint/parser": "^8.8.0",
    "eslint": "^8.57.0",
    "tsup": "^8.3.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  }
}
