a post-component library for building user-interfaces on the web.
1{
2 "name": "@dhtml-examples/ssr",
3 "private": true,
4 "type": "module",
5 "scripts": {
6 "start": "node --watch main.ts",
7 "check": "tsc"
8 },
9 "devDependencies": {
10 "typescript": "catalog:"
11 },
12 "dependencies": {
13 "@hono/node-server": "^1.15.0",
14 "amaro": "^1.1.0",
15 "hono": "^4.8.3"
16 },
17 "optionalDependencies": {
18 "dhtml": "file:../../dist"
19 }
20}