wikidata-lang
Version:
A database of languages and their Wikidata id, Wikimedia language code, ISO 639-1, ISO 639-2, ISO 639-3, ISO 639-6 codes
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "wikidata-lang",
"version": "5.0.0",
"type": "module",
"description": "A database of languages and their Wikidata id, Wikimedia language code, ISO 639-1, ISO 639-2, ISO 639-3, ISO 639-6 codes",
"main": "indexes/by_wd_id.js",
"scripts": {
"build": "./scripts/build_languages_array.js && ./scripts/build_conversion_mappings.js",
"postpublish": "git push --tags",
"prepublish": "npm test",
"test": "mocha",
"update-data": "./scripts/update_data.sh",
"update-toc": "npx doctoc README.md"
},
"files": [
"data",
"indexes",
"lib",
"mappings"
],
"repository": {
"type": "git",
"url": "git+https://github.com/inventaire/wikidata-lang.git"
},
"keywords": [
"lang",
"wikidata",
"ISO 639-1",
"ISO 639-2",
"ISO 639-3",
"ISO 639-6",
"language code"
],
"author": "maxlath",
"license": "MIT",
"bugs": {
"url": "https://github.com/inventaire/wikidata-lang/issues"
},
"homepage": "https://github.com/inventaire/wikidata-lang#readme",
"devDependencies": {
"mocha": "^9.1.3",
"should": "^13.2.3"
},
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">= 14.0.0"
}
}