-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 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
38
{
"name": "shacl-playground",
"version": "0.1.6",
"private": true,
"description": "SHACL Playground based on shacl-engine",
"type": "module",
"main": "index.js",
"scripts": {
"build": "vite build --base=./ --outDir=../dist public",
"dev": "vite",
"test": "stricter-standard"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/shacl-playground.git"
},
"keywords": [
"rdf",
"rdfjs",
"shacl",
"ui"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/shacl-playground/issues"
},
"homepage": "https://github.com/rdf-ext/shacl-playground",
"devDependencies": {
"lit": "^3.1.4",
"lz-string": "^1.5.0",
"rdf-elements": "^0.1.2",
"rdf-ext": "^2.5.2",
"shacl-engine": "^1.0.0",
"stricter-standard": "^0.3.1",
"vite": "^5.3.1"
}
}