-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 939 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
{
"name": "@rmlio/rmlmapper-webapi",
"description": "Web API for the RMLMapper",
"version": "2.3.6",
"scripts": {
"start": "node ./bin/cli.js",
"test": "nyc mocha 'test/**/test.js'",
"download:rmlmapper": "node ./bin/download-rmlmapper-cli.js"
},
"main": "app.js",
"bin": {
"rmlmapper-webapi": "bin/cli.js"
},
"author": "Pieter Heyvaert (https://pieterheyvaert.com)",
"dependencies": {
"@rmlio/fetch-rmlmapper-java": "^0.1.0",
"@rmlio/rmlmapper-java-wrapper": "^2.1.2",
"body-parser": "^1.20.2",
"commander": "^12.0.0",
"express": "^4.18.2",
"express-rate-limit": "^7.0.0",
"fs-extra": "^11.1.1",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"winston": "^3.10.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"mocha": "^10.1.0",
"nyc": "^15.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RMLio/rmlmapper-webapi-js.git"
}
}