forked from RMLio/rmlmapper-webapi-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 930 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
34
35
36
37
{
"name": "@rmlio/rmlmapper-webapi",
"description": "Web API for the RMLMapper",
"version": "2.1.3",
"scripts": {
"start": "node ./bin/cli.js",
"test": "nyc mocha 'test/**/test.js'",
"download:rmlmapper": "node ./lib/downloadrmlmappertocwd.js"
},
"main": "app.js",
"bin": {
"rmlmapper-webapi": "bin/cli.js"
},
"author": "Pieter Heyvaert (https://pieterheyvaert.com)",
"dependencies": {
"@rmlio/rmlmapper-java-wrapper": "2.0.1",
"body-parser": "^1.18.3",
"commander": "^2.20.0",
"debug": "^4.1.1",
"express": "^4.16.4",
"follow-redirects": "^1.7.0",
"fs-extra": "^7.0.1",
"morgan": "^1.9.1",
"n3": "^0.8.1",
"pug": "^3.0.2",
"winston": "^3.3.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"mocha": "^9.0.1",
"nyc": "^15.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RMLio/rmlmapper-webapi-js.git"
}
}