-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 965 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
39
{
"name": "rdf-ext-examples",
"private": true,
"version": "0.2.0",
"description": "RDF-Ext examples workspace",
"type": "module",
"main": "index.js",
"scripts": {
"build": "vite build --outDir=../../dist examples/browser",
"dev": "vite dev examples/browser",
"test": "stricter-standard"
},
"repository": {
"type": "git",
"url": "git://github.com/rdf-ext/rdf-ext-examples.git"
},
"keywords": [
"example",
"examples",
"rdf",
"rdfjs",
"rdf-ext"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-ext-examples/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-ext-examples",
"dependencies": {
"@rdfjs/formats": "^4.0.0",
"housemd": "^0.1.2",
"rdf-ext": "^2.5.1"
},
"devDependencies": {
"stricter-standard": "^0.2.0",
"vite": "^4.3.8"
}
}