-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.25 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "lod-extract",
"version": "0.2.0",
"description": "Extract data of the Lëtzebuerger Online Dictionnaire (LOD).",
"main": "main.js",
"bin": {
"lod-extract": "main.js"
},
"scripts": {
"start": "node main.js",
"lint": "eslint --fix main.js",
"prepublishOnly": "npm run lint && git push && git push --tags"
},
"files": [
"main.js"
],
"keywords": [
"tar",
"lod",
"mp3",
"parse",
"audio",
"base64",
"lod-lu",
"extract",
"xml-flow",
"luxembourg",
"worterbuch",
"dictionary",
"dicionario",
"dictionnaire",
"letzebuerger",
"letzeburgesch",
"luxemburgish",
"luxembourgish",
"letzebuerger-online-dictionnaire"
],
"author": "Roberto Entringer",
"license": "MIT",
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/robertoentringer/lod-extract.git"
},
"bugs": {
"url": "https://github.com/robertoentringer/lod-extract/issues"
},
"homepage": "https://github.com/robertoentringer/lod-extract#readme",
"dependencies": {
"tar": "^6.1.0",
"xml-flow": "^1.0.4"
}
}