{
  "name": "all-iso-language-codes",
  "version": "1.0.21",
  "private": false,
  "description": "List of all iso 639-1, 639-2T, 639-2B, 639-3 codes with their translations in any language",
  "keywords": [
    "iso",
    "639-1",
    "639-2T",
    "639-2B",
    "639-3",
    "iso translations"
  ],
  "homepage": "https://github.com/ihmpavel/all-iso-language-codes",
  "bugs": "https://github.com/ihmpavel/all-iso-language-codes/issues",
  "repository": {
    "type": "git"
  },
  "author": "Pavel Ihm",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "./scripts/build.sh",
    "generate": "yarn run ts-node scripts/generate.ts",
    "l": "yarn lint:fix",
    "lint": "eslint \"{src,scripts,test}/**/*.{js,ts,tsx}\"",
    "lint:fix": "eslint \"{src,scripts,test}/**/*.{js,ts,tsx}\" --fix",
    "release": "./scripts/release.sh",
    "test": "jest"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.2",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "jest": "^30.2.0",
    "prettier": "^3.7.4",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
