{
  "name": "@north-light/crouter-api",
  "version": "0.3.331",
  "description": "Typed crtrd /v1 API contract — DTOs, route builders, the error contract, the CrtrClient, and the command-plugin manifest format. Zero runtime dependencies.",
  "type": "module",
  "main": "./dist/api/index.js",
  "types": "./dist/api/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/api/index.d.ts",
      "import": "./dist/api/index.js"
    },
    "./node": {
      "types": "./dist/api/node-transport.d.ts",
      "import": "./dist/api/node-transport.js",
      "require": "./dist/api/node-transport.js",
      "default": "./dist/api/node-transport.js"
    },
    "./plugin-manifest": {
      "types": "./dist/api/plugin-manifest-schema.d.ts",
      "import": "./dist/api/plugin-manifest-schema.js"
    },
    "./cards": {
      "types": "./dist/shared/generated-context.d.ts",
      "import": "./dist/shared/generated-context.js"
    },
    "./command-manifest": {
      "types": "./dist/api/command-manifest/index.d.ts",
      "import": "./dist/api/command-manifest/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p tsconfig.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vallum-security/crouter.git",
    "directory": "packages/crouter-api"
  },
  "license": "GPL-3.0-only"
}
