{
  "name": "@lokalise/supported-languages",
  "version": "3.4.0",
  "type": "module",
  "license": "Apache-2.0",
  "main": "./dist/cjs/index.js",
  "homepage": "https://github.com/lokalise/shared-ts-libs",
  "repository": {
    "type": "git",
    "url": "https://github.com/lokalise/shared-ts-libs.git",
    "directory": "packages/app/supported-languages"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.7",
    "@vitest/coverage-v8": "^4.1.10",
    "rimraf": "^6.1.3",
    "typescript": "7.0.2",
    "vitest": "^4.1.10",
    "@lokalise/biome-config": "^3.1.1",
    "@lokalise/tsconfig": "^5.0.0"
  },
  "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"
  }
}