{
  "name": "@canonical/webarchitect",
  "description": "A tool to test the compliance with architecture specifications for packages and applications.",
  "version": "0.28.0",
  "type": "module",
  "module": "src/index.ts",
  "types": "src/index.ts",
  "bin": {
    "webarchitect": "src/cli.ts"
  },
  "files": [
    "src",
    "rulesets"
  ],
  "author": {
    "email": "webteam@canonical.com",
    "name": "Canonical Webteam"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/canonical/pragma"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/canonical/pragma/issues"
  },
  "homepage": "https://github.com/canonical/pragma#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "echo 'No build needed - runs directly from TypeScript'",
    "build:all": "bun run build",
    "check": "bun run check:biome && bun run check:ts && bun run check:webarchitect",
    "check:fix": "bun run check:biome:fix && bun run check:ts",
    "check:biome": "biome check",
    "check:biome:fix": "biome check --write",
    "check:ts": "tsc --noEmit",
    "test": "vitest run",
    "check:webarchitect": "bun run src/cli.ts tool-ts"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.9",
    "@canonical/biome-config": "^0.28.0",
    "@canonical/typescript-config": "^0.28.0",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^24.12.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "dependencies": {
    "ajv": "^8.18.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3"
  },
  "gitHead": "8297d72122bcba903f7e8833cb23ccbaa164ed56"
}
