{ "name": "@push.rocks/smartntml", "version": "2.0.7", "private": false, "description": "Provides lit-html rendering capabilities for backend applications.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.65", "@git.zone/tsbundle": "^2.0.7", "@git.zone/tsrun": "^1.2.39", "@git.zone/tstest": "^1.0.73", "@push.rocks/tapbundle": "^5.0.4", "@types/node": "^20.12.12", "why-is-node-running": "^2.2.2" }, "dependencies": { "@design.estate/dees-element": "^2.0.20", "@happy-dom/global-registrator": "^14.11.1", "@push.rocks/smartpromise": "^4.0.3", "fake-indexeddb": "^6.0.0" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "backend rendering", "lit-html", "template rendering", "server-side rendering", "html template", "web components", "happy-dom", "indexeddb", "typescript" ], "homepage": "https://code.foss.global/push.rocks/smartntml", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartntml.git" } }