{
  "name": "@barfinex/types",
  "version": "1.0.31",
  "private": false,
  "description": "Core TypeScript type definitions and shared interfaces for the Barfinex ecosystem. Provides strongly-typed contracts for modules, services, and plugins.",
  "author": "Barfinex",
  "license": "MIT",
  "homepage": "https://github.com/barfinex/lib-types#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/barfinex/lib-types.git"
  },
  "bugs": {
    "url": "https://github.com/barfinex/lib-types/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "prebuild": "node ../../tools/hygiene/clean-compiled-in-src.js",
    "build": "tsc -p tsconfig.json",
    "postbuild": "node ../../tools/hygiene/verify-no-compiled-in-src.js",
    "rebuild": "npm run clean && npm run build",
    "release": "semantic-release"
  },
  "keywords": [
    "barfinex",
    "typescript",
    "types",
    "interfaces",
    "shared",
    "contracts",
    "schemas",
    "models",
    "definitions",
    "monorepo",
    "core"
  ],
  "devDependencies": {
    "typescript": "^5.6.3",
    "rimraf": "^5.0.5",
    "@semantic-release/npm": "^12.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.6",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/release-notes-generator": "^14.0.0",
    "semantic-release": "^24.1.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "release": {
    "branches": [
      "main"
    ],
    "repositoryUrl": "https://github.com/barfinex/lib-types",
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "buildDate": "2026-03-26T15:00:00"
}
