smartntml/package.json

62 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2022-05-28 15:29:36 +00:00
{
2023-07-10 08:16:59 +00:00
"name": "@push.rocks/smartntml",
2024-05-28 08:40:39 +00:00
"version": "2.0.7",
2022-05-28 15:29:36 +00:00
"private": false,
2024-04-14 16:04:25 +00:00
"description": "Provides lit-html rendering capabilities for backend applications.",
2022-05-28 15:29:36 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
2024-05-28 08:40:38 +00:00
"build": "(tsbuild --web --allowimplicitany)",
2023-05-01 11:03:55 +00:00
"buildDocs": "tsdoc"
2022-05-28 15:29:36 +00:00
},
"devDependencies": {
2024-05-27 22:28:33 +00:00
"@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",
2024-05-28 08:40:38 +00:00
"@types/node": "^20.12.12",
2023-03-30 09:02:15 +00:00
"why-is-node-running": "^2.2.2"
2022-05-28 15:29:36 +00:00
},
"dependencies": {
2024-05-27 22:28:33 +00:00
"@design.estate/dees-element": "^2.0.20",
2024-05-28 08:40:38 +00:00
"@happy-dom/global-registrator": "^14.11.1",
2024-05-27 22:28:33 +00:00
"@push.rocks/smartpromise": "^4.0.3",
2024-05-28 08:40:38 +00:00
"fake-indexeddb": "^6.0.0"
2022-05-28 15:29:36 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 16:04:25 +00:00
],
"keywords": [
"backend rendering",
"lit-html",
"template rendering",
"server-side rendering",
"html template",
"web components",
"happy-dom",
"indexeddb",
"typescript"
2024-05-29 12:15:06 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartntml",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartntml.git"
}
}