-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 979 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 979 Bytes
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
{
"name": "silknow",
"version": "1.2.0",
"description": "",
"type": "module",
"main": "converter/index.js",
"scripts": {
"convert": "node converter/index.js",
"convert_cat": "node converter_CAT/index.js",
"convert_assign": "node converter_assign/index.js",
"convert_dim": "node converter_dim/index.js",
"post": "skosify thesaurus.ttl -o thesaurus.ttl",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/silknow/thesaurus",
"author": "Pasquale Lisena<pasquale.lisena@eurecom.fr>",
"license": "ISC",
"dependencies": {
"command-line-args": "^5.1.1",
"csvtojson": "^2.0.10",
"fs-extra": "^10.0.0",
"klaw-sync": "^6.0.0",
"rdflib": "^2.2.6",
"solid-auth-cli": "^1.0.15",
"solid-auth-client": "^2.5.6",
"valid-url": "^1.0.9"
},
"devDependencies": {
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
}
}