{
  "name": "@walkeros/transformer-router",
  "description": "Router transformer for walkerOS for dynamic chain branching based on ingest metadata",
  "version": "3.1.1",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup --silent",
    "clean": "rm -rf .turbo && rm -rf dist",
    "dev": "jest --watchAll --colors",
    "lint": "tsc --noEmit && eslint \"**/*.ts*\"",
    "test": "jest",
    "update": "npx npm-check-updates -u && npm update"
  },
  "devDependencies": {},
  "repository": {
    "url": "git+https://github.com/elbwalker/walkerOS.git",
    "directory": "packages/transformers/router"
  },
  "author": "elbwalker <hello@elbwalker.com>",
  "homepage": "https://github.com/elbwalker/walkerOS#readme",
  "bugs": {
    "url": "https://github.com/elbwalker/walkerOS/issues"
  },
  "walkerOS": {
    "type": "transformer",
    "docs": "https://www.walkeros.io/docs/transformers/router",
    "platform": [
      "web",
      "server"
    ]
  },
  "keywords": [
    "walker",
    "walkerOS",
    "transformer",
    "router",
    "branching",
    "routing"
  ],
  "funding": [
    {
      "type": "GitHub Sponsors",
      "url": "https://github.com/sponsors/elbwalker"
    }
  ],
  "dependencies": {
    "@walkeros/core": "^3.1.1"
  }
}
