-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 949 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
{
"name": "@rdfjs-elements/editor-base",
"description": "Base lit-element class for other RDF/JS input elements",
"version": "0.5.2",
"author": "Zazuko GmbH",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"type": "module",
"scripts": {
"analyze": "run-p analyze:*",
"analyze:wc": "wca --format json --outFile ./custom-elements.json",
"analyze:readme": "wca --outFile ./README.md",
"analyze:lit": "lit-analyzer --strict --quiet --rules.no-invalid-css off"
},
"dependencies": {
"@tpluscode/rdf-ns-builders": ">=3.0.2",
"@vanillawc/wc-codemirror": "^1.9.7",
"codemirror": "^5.61.1",
"lit": "^3",
"throttle-debounce": "^3.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/zazuko/rdfjs-elements.git",
"directory": "packages/editor-base"
},
"homepage": "https://github.com/zazuko/rdfjs-elements",
"publishConfig": {
"access": "public"
}
}