-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 976 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
{
"dependencies": {
"rdf-ext": "^2.5.0",
"rdf-parse": "^2.3.2",
"rdf-serialize": "^2.2.2",
"rdf-validate-shacl": "^0.5.1",
"stream-to-string": "^1.2.1",
"streamify-string": "^1.0.1"
},
"type": "module",
"name": "shacl-validator",
"version": "1.0.0",
"description": "A command line shacl validator",
"main": "index.js",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MellonScholarlyCommunication/shacl-validator.git"
},
"keywords": [
"shacl",
"rdf",
"validator"
],
"author": "Patrick Hochstenbach <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MellonScholarlyCommunication/shacl-validator/issues"
},
"homepage": "https://github.com/MellonScholarlyCommunication/shacl-validator#readme"
}