| { |
| "name": "rollup-plugin-minify-html-template-literals", |
| "version": "1.2.0", |
| "description": "Minifies HTML template literal strings", |
| "main": "dist/index.js", |
| "module": "dist/index.es.js", |
| "types": "dist/types/index.d.ts", |
| "directories": { |
| "test": "test" |
| }, |
| "scripts": { |
| "test": "mocha", |
| "pretest": "rollup -c && npm run format", |
| "build": "rimraf dist && npm test && tsc -d --emitDeclarationOnly --declarationDir dist/types", |
| "format": "prettier-standard --format" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/exuanbo/rollup-plugin-minify-html-template-literals.git" |
| }, |
| "keywords": [ |
| "rollup", |
| "rollup-plugin", |
| "minify", |
| "html", |
| "template", |
| "literals", |
| "template-literals", |
| "lit-html" |
| ], |
| "author": { |
| "name": "exuanbo", |
| "email": "exuanbo@protonmail.com" |
| }, |
| "license": "MIT", |
| "bugs": { |
| "url": "https://github.com/exuanbo/rollup-plugin-minify-html-template-literals/issues" |
| }, |
| "homepage": "https://github.com/exuanbo/rollup-plugin-minify-html-template-literals#readme", |
| "dependencies": { |
| "@rollup/pluginutils": "^4.0.0", |
| "minify-html-literals": "^1.3.2" |
| }, |
| "devDependencies": { |
| "@rollup/plugin-typescript": "^5.0.2", |
| "chai": "4.2.0", |
| "mocha": "8.1.3", |
| "prettier-standard": "16.4.1", |
| "rimraf": "3.0.2", |
| "rollup": "2.26.8" |
| } |
| } |