-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 975 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
33
34
35
36
37
38
39
40
41
{
"name": "csshtml-module",
"version": "1.5.5",
"description": "Easily compile CSS, HTML, or other files into modules for JavaScript or TypeScript",
"license": "MIT",
"repository": "rammewerk/csshtml-module",
"author": "Kristoffer Follstad <kf@rammewerk.com> (https://rammewerk.com/)",
"homepage": "https://github.com/rammewerk/csshtml-module",
"bugs": "https://github.com/rammewerk/csshtml-module/issues",
"main": "bin/index.js",
"engines": {
"node": ">= 16.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"csshtml-module": "bin/index.js"
},
"dependencies": {
"commander": "^10.0.0"
},
"keywords": [
"css",
"html",
"web components",
"phpstorm",
"intellij",
"css-compiler",
"css-convert",
"esm",
"webstorm",
"JetBrains",
"jet brains",
"vscode",
"Visual Studio Code",
"transform",
"template-generator",
"template"
]
}