-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.12 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
47
48
49
50
51
52
53
54
55
{
"name": "esbuild-plugin-lit",
"version": "0.1.1",
"description": "Import CSS, SVG, HTML, XLIFF files as tagged-template literals. Optionally minify with esbuild minifier.",
"main": "mod.js",
"repository": {
"type": "git",
"url": "git+/~https://github.com/zandaqo/esbuild-plugin-lit.git"
},
"keywords": [
"esbuild",
"plugin",
"lit",
"css",
"svg",
"asset",
"tag",
"literal",
"template",
"xlf"
],
"author": "Maga D. Zandaqo",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/zandaqo/esbuild-plugin-lit/issues"
},
"homepage": "/~https://github.com/zandaqo/esbuild-plugin-lit#readme",
"peerDependencies": {
"esbuild": "^0.15.12",
"html-minifier": "^4.0.0",
"lit": "^2.4.0",
"svgo": "^3.0.0",
"txml": "^5.1.1"
},
"peerDependenciesMeta": {
"svgo": {
"optional": true
},
"lit": {
"optional": true
},
"html-minifier": {
"optional": true
},
"txml": {
"optional": true
}
},
"exports": {
"./modules.d.ts": {
"import": "./modules.d.ts",
"types": "./modules.d.ts"
}
}
}