62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@push.rocks/smartntml",
|
|
"version": "2.0.8",
|
|
"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.84",
|
|
"@git.zone/tsbundle": "^2.0.7",
|
|
"@git.zone/tsrun": "^1.2.49",
|
|
"@git.zone/tstest": "^1.0.73",
|
|
"@push.rocks/tapbundle": "^5.3.0",
|
|
"@types/node": "^22.7.5"
|
|
},
|
|
"dependencies": {
|
|
"@design.estate/dees-element": "^2.0.39",
|
|
"@happy-dom/global-registrator": "^15.7.4",
|
|
"@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"
|
|
}
|
|
}
|