Files
smartntml/package.json
T

64 lines
1.4 KiB
JSON

{
"name": "@push.rocks/smartntml",
"version": "2.0.8",
"private": false,
"description": "Provides lit-html rendering capabilities for backend applications.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@design.estate/dees-element": "^2.2.4",
"@happy-dom/global-registrator": "^20.9.0",
"fake-indexeddb": "^6.2.5"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"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"
}
}