csshtml-module
Version:
Easily compile CSS, HTML, or other files into modules for JavaScript or TypeScript
42 lines (41 loc) • 975 B
JSON
{
"name": "csshtml-module",
"version": "1.5.6",
"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"
]
}