-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "wikidata-lang",
"version": "4.1.2",
"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"
}
}