-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "rdf-ext-cli",
"version": "0.1.4",
"description": "Command line tool for RDF-Ext",
"type": "module",
"main": "index.js",
"bin": {
"rdf-ext": "bin/rdf-ext-cli.js",
"rdf-ext-cli": "bin/rdf-ext-cli.js"
},
"scripts": {
"test": "stricter-standard"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/rdf-ext-cli.git"
},
"keywords": [
"cli",
"rdf",
"rdfjs",
"rdf-ext"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-ext-cli/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-ext-cli",
"dependencies": {
"@rdfjs/formats": "^4.0.0",
"commander": "^13.0.0",
"duplexify": "^4.1.2",
"rdf-ext": "^2.5.0",
"rdf-utils-namespace": "^0.2.1",
"readable-stream": "^4.4.2",
"shacl-engine": "^1.0.0",
"sparql-http-client": "^3.0.0"
},
"devDependencies": {
"stricter-standard": "^0.3.0"
}
}