-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
39
40
41
42
43
44
45
46
{
"name": "@rdfjs-elements/lit-helpers",
"version": "0.3.9",
"type": "module",
"sideEffects": false,
"files": [
"*.js",
"*.d.ts",
"lib"
],
"main": "index.js",
"exports": {
".": "./index.js",
"./taggedLiteral.js": "./taggedLiteral.js",
"./localizedLabel.js": "./localizedLabel.js"
},
"scripts": {
"prepack": "tsc --allowJs --declaration --emitDeclarationOnly *.js --skipLibCheck"
},
"dependencies": {
"@tpluscode/rdf-ns-builders": ">=3.0.2",
"@ungap/event-target": "^0.2.3",
"clownface": "^2",
"lit": "^3"
},
"repository": {
"type": "git",
"url": "https://github.com/zazuko/rdfjs-elements.git",
"directory": "packages/lit-helpers"
},
"homepage": "https://github.com/zazuko/lit-helpers/tree/master/packages/formats#readme",
"peerDependencies": {
"@rdfjs/types": "^1",
"@tpluscode/rdfine": "^0.7.5",
"@types/clownface": "^2.0.7"
},
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@rdfine/rdfs": "^0.8.4",
"@rdfjs/types": "^1.1.0",
"@tpluscode/rdfine": "^0.7.10",
"@zazuko/env": "^2.1.1",
"crypto-js": "^4.2.0",
"typescript": "^4.7.2"
}
}