{
  "name": "@echelon-framework/core",
  "version": "0.7.1",
  "description": "Echelon core — kontrakty, tokeny DI, typy i JSON Schema. Zero zależności runtime.",
  "license": "BUSL-1.1",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "eslint src",
    "test": "vitest run --reporter verbose"
  },
  "peerDependencies": {
    "rxjs": "^7.8.0"
  },
  "files": [
    "README.md",
    "acl",
    "audit",
    "clock",
    "compliance",
    "config",
    "data-bus",
    "di",
    "errors",
    "event-bus",
    "feature-flags",
    "i18n",
    "identity",
    "index.d.ts",
    "index.d.ts.map",
    "index.js",
    "index.js.map",
    "logger",
    "navigation",
    "plugins",
    "session",
    "storage",
    "telemetry",
    "tenant",
    "theme",
    "transport",
    "widget",
    "workers"
  ],
  "sideEffects": false,
  "author": "jkolecki",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/echelon-framework/echelon.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://gitlab.com/echelon-framework/echelon/issues"
  },
  "homepage": "https://gitlab.com/echelon-framework/echelon/tree/main/packages/core",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "echelon",
    "angular",
    "dashboard",
    "config-driven",
    "json-driven",
    "fintech",
    "trading",
    "contracts",
    "di",
    "tokens"
  ]
}