-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
60 lines (60 loc) · 1.5 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "walder",
"version": "4.1.4",
"main": "./lib/walder",
"scripts": {
"start": "node ./bin/cli.js",
"test": "mocha --recursive \"./test/\" --timeout 60000 "
},
"bin": {
"walder": "./bin/cli.js"
},
"dependencies": {
"@comunica/core": "^2.6.8",
"@comunica/query-sparql": "2.5.2",
"@comunica/utils-datasource": "^1.21.1",
"accepts": "^1.3.7",
"axios": "^0.19.0",
"commander": "^5.0.0",
"consolidate": "^0.15.1",
"debug": "~2.6.9",
"express": "~4.17.1",
"front-matter": "^3.1.0",
"fs-extra": "^9.1.0",
"graphql": "^16.4.0",
"graphql-ld": "^1.4.0",
"graphql-ld-comunica": "^1.2.1",
"handlebars": "^4.7.7",
"jade-to-handlebars": "^2.3.0",
"json-refs": "^3.0.15",
"jsonld": "^1.6.2",
"jsonld-context-parser": "^2.1.5",
"jsonpath": "^1.0.2",
"markdown-it": "^10.0.0",
"markdown-it-footnote": "^3.0.3",
"morgan": "~1.10.0",
"n3": "^1.2.0",
"nunjucks": "^3.2.3",
"object-path": "^0.11.4",
"pug": "^2.0.4",
"sparqljson-to-tree": "^2.1.0",
"tmp": "^0.1.0",
"winston": "^3.2.1",
"yaml": "^1.6.0"
},
"devDependencies": {
"@comunica/logger-pretty": "^2.6.8",
"chai": "^4.3.4",
"cheerio": "^1.0.0-rc.10",
"is-html": "^2.0.0",
"mocha": "^9.0.3",
"supertest": "^6.1.4",
"tinyliquid": "^0.2.34"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KNowledgeOnWebScale/walder.git"
},
"packageManager": "[email protected]"
}