-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.33 KB
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
{
"name": "wordnet-ris-de",
"version": "0.9.10",
"description": "WordNet Reduced Information Set (RIS): German (DE)",
"keywords": [ "wordnet", "reduced", "information", "set", "de", "german" ],
"main": "wordnet-ris-de.js",
"types": "wordnet-ris-de.d.ts",
"repository": { "type": "git", "url": "git+https://github.com/rse/wordnet-ris-de.git" },
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"license": "CC-BY-SA-4.0",
"homepage": "https://github.com/rse/wordnet-ris-de",
"bugs": "https://github.com/rse/wordnet-ris-de/issues",
"devDependencies": {
},
"dependencies": {
"wordnet-ris": "0.9.13",
"wordnet-lmf-de": "0.9.16"
},
"peerDependencies": {
"wordnet-ris": "0.9.13"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"install": "wordnet-ris -d wordnet-ris-de.db import @wordnet-lmf-de/wordnet-lmf-de.db"
}
}