-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "@rdfjs-elements/rdf-snippet",
"version": "0.4.5",
"type": "module",
"description": "Simple RDF viewer with buttons for switching between serializations",
"author": "Zazuko GmbH",
"license": "MIT",
"main": "rdf-snippet.js",
"module": "rdf-snippet.js",
"scripts": {
"analyze": "run-p analyze:*",
"analyze:wc": "cem analyze --litelement",
"analyze:readme": "wca --outFile ./README.md",
"analyze:lit": "lit-analyzer --strict --quiet",
"start": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/zazuko/rdfjs-elements.git",
"directory": "packages/rdf-snippet"
},
"homepage": "https://zazuko.github.io/rdfjs-elements/rdf-snippet/",
"dependencies": {
"@rdfjs-elements/rdf-editor": "^0.5.9",
"lit": "^3"
},
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@open-wc/testing-helpers": "^3.0.1",
"@rdfjs-elements/testing": "^0.1.0",
"api-viewer-element": "^1.0.0-pre.10",
"process": "^0.11.10"
},
"publishConfig": {
"access": "public"
}
}