-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
59
60
{
"name": "lod-lite",
"version": "1.0.3",
"description": "A NPM package to extract data of the Lëtzebuerger Online Dictionnaire (LOD)",
"main": "./src/lod-lite.js",
"bin": {
"lod-lite": "./src/lod-lite.js"
},
"files": [
"src"
],
"scripts": {
"lint": "eslint --fix src/**/*.js",
"demo": "rm -fr demo && node src/lod-lite -o demo -m 15 -n lod -a -q -p --jsonarray lod",
"prepublishOnly": "npm run lint && npm version patch && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/robertoentringer/lod-lite.git"
},
"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",
"bugs": {
"url": "https://github.com/robertoentringer/lod-lite/issues"
},
"homepage": "https://github.com/robertoentringer/lod-lite#readme",
"dependencies": {
"lod-opendata": "0.1.1",
"minimist": "^1.2.5",
"tar": "^6.0.5",
"xml-flow": "^1.0.4"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1"
}
}