{
  "name": "@lokalise/api-contracts",
  "version": "6.11.0",
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "enableTransparentWorkspaces": "false",
  "homepage": "https://github.com/lokalise/shared-ts-libs",
  "repository": {
    "type": "git",
    "url": "git://github.com/lokalise/shared-ts-libs.git"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "api",
    "contracts",
    "contract",
    "frontend",
    "backend",
    "single",
    "source",
    "truth"
  ],
  "peerDependencies": {
    "zod": ">=3.25.56"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.7",
    "@lokalise/biome-config": "^3.1.0",
    "@lokalise/tsconfig": "^4.0.0",
    "@types/node": "^25.0.3",
    "@vitest/coverage-v8": "^4.0.18",
    "rimraf": "^6.1.2",
    "typescript": "6.0.3",
    "vitest": "^4.0.18",
    "zod": "^4.3.6"
  },
  "scripts": {
    "build": "rimraf dist && tsc --project tsconfig.build.json",
    "lint": "biome check . && tsc",
    "lint:fix": "biome check --write",
    "test": "vitest run",
    "test:ci": "vitest run --coverage",
    "package-version": "echo $npm_package_version",
    "postversion": "biome check --write package.json"
  }
}