lit-ntml
Version:
Inspired by lit-html but for Node.js
65 lines (64 loc) • 1.4 kB
JSON
{
"name": "lit-ntml",
"version": "4.0.2",
"description": "Inspired by lit-html but for Node.js",
"keywords": [
"html",
"lit-ntml",
"minify",
"npm",
"ntml",
"parse-html",
"prettify",
"tagged-template-literals",
"template",
"templating"
],
"homepage": "https://github.com/motss/lit-ntml",
"bugs": {
"url": "https://github.com/motss/lit-ntml/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:motss/lit-ntml.git"
},
"funding": "https://github.com/motss/lit-ntml?sponsor=1",
"license": "MIT",
"author": {
"name": "Rong Sen Ng (motss)",
"email": "wes.ngrongsen@gmail.com",
"url": "https://github.com/motss"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./dist/*": "./dist/*"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist/*.*js.map",
"dist/*.*js",
"dist/*.d.ts.map",
"dist/*.d.ts",
"!**/*bench*/**/*.*",
"!**/*test*/**/*.*"
],
"dependencies": {
"parse5": "^7.1.2",
"tslib": "^2.5.0"
},
"engines": {
"node": ">= 16.x",
"npm": ">= 8.x"
},
"publishConfig": {
"access": "public"
},
"readme": "https://github.com/motss/lit-ntml/blob/main/README.md"
}