-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1013 Bytes
/
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
{
"name": "oslo-knowledge-graph",
"version": "1.0.0",
"description": "This software project reads the configuration files of the OSLO vocabularies and application profiles and pushes the data in the database.",
"main": "oslo-knowledge-graph.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddvlanck/OSLO-Knowledge-Graph.git"
},
"author": "Dwight Van Lancker - Information Flanders",
"license": "ISC",
"bugs": {
"url": "https://github.com/ddvlanck/OSLO-Knowledge-Graph/issues"
},
"homepage": "https://github.com/ddvlanck/OSLO-Knowledge-Graph#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"@types/node": "^13.13.4",
"commander": "^5.1.0",
"fs": "0.0.1-security",
"node-fetch": "^2.6.1",
"object-hash": "^2.1.1",
"readline": "^1.3.0",
"util": "^0.12.3"
},
"devDependencies": {
"typescript": "^3.8.3"
}
}