{
  "name": "@webpieces/architecture-validators",
  "version": "0.2.111",
  "description": "Architecture validation executors for WebPieces monorepo tooling",
  "type": "commonjs",
  "main": "./src/index.js",
  "executors": "./executors.json",
  "author": "Dean Hiller",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/deanhiller/webpieces-ts.git",
    "directory": "packages/tooling/architecture-validators"
  },
  "dependencies": {
    "@webpieces/config": "0.2.111"
  },
  "peerDependencies": {
    "@nx/devkit": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./src/index.d.ts"
}