{
  "name": "@garrick0/c2-domain",
  "version": "5.0.3",
  "description": "Domain layer - pure business logic for c2",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@garrick0/c2-shared": "5.0.3"
  },
  "keywords": [
    "c2",
    "domain",
    "business-logic",
    "clean-architecture"
  ],
  "author": "garrick0",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
