| 12345678910111213141516171819202122232425262728 |
- {
- "name": "minify-lit-elt-template-literal-loader",
- "version": "1.0.0",
- "description": "Webpack loader that minifies javascript files that contain lit-html template literals ",
- "main": "index.js",
- "scripts": {
- "test": "jest"
- },
- "keywords": [
- "webpack",
- "lit-html",
- "loader",
- "minify"
- ],
- "author": "Clovis JAQUIN",
- "license": "ISC",
- "dependencies": {
- "clean-css": "^5.1.2",
- "html-minifier": "^4.0.0",
- "loader-utils": "^2.0.0",
- "uglify-js": "^3.13.3",
- "svgo": "^2.3.0",
- "xml-js": "^1.6.11"
- },
- "devDependencies": {
- "jest": "^26.6.3"
- }
- }
|