-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "rollup-plugin-fast-tagged-templates",
"version": "1.0.2",
"description": "Minify and transform FAST HTML and CSS tagged templates",
"author": "John Kreitlow <[email protected]> (https://john.kreitlow.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/radium-v/rollup-plugin-fast-tagged-templates/issues"
},
"homepage": "https://github.com/radium-v/rollup-plugin-fast-tagged-templates#readme",
"exports": {
".": "./index.mjs",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radium-v/rollup-plugin-fast-tagged-templates.git"
},
"keywords": [
"rollup-plugin",
"fast-components",
"fast-element",
"web-components",
"custom-elements",
"tagged-templates",
"css",
"html"
],
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.12",
"html-minifier-terser": "^7.2.0"
},
"devDependencies": {
"beachball": "^2.47.1",
"dedent": "^1.5.3",
"rollup": "^4.0.0"
},
"scripts": {
"test": "node test/index.test.mjs",
"change": "beachball change",
"checkchange": "beachball check",
"release": "beachball publish"
}
}