UNPKG

all-iso-language-codes

Version:

List of all iso 639-1, 639-2T, 639-2B, 639-3 codes with their translations in any language

49 lines (48 loc) 1.42 kB
{ "name": "all-iso-language-codes", "version": "1.0.20", "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": "^29.5.14", "@types/node": "^22.10.10", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }