Files
rspade_system/node_modules/@jqhtml/ssr/package.json
root 1f32bed10a Update jqhtml packages to latest versions
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-24 23:25:34 +00:00

51 lines
1.1 KiB
JSON

{
"name": "@jqhtml/ssr",
"version": "2.3.30",
"description": "Server-Side Rendering for JQHTML components - renders components to HTML for SEO",
"main": "src/index.js",
"bin": {
"jqhtml-ssr": "src/server.js",
"jqhtml-ssr-example": "bin/jqhtml-ssr-example.js"
},
"scripts": {
"start": "node src/server.js --tcp 9876",
"start:socket": "node src/server.js --socket /tmp/jqhtml-ssr.sock",
"test": "node test/test-protocol.js && node test/test-storage.js && node test/test-server.js",
"example": "node bin/jqhtml-ssr-example.js --help"
},
"keywords": [
"jqhtml",
"ssr",
"server-side-rendering",
"seo",
"jquery",
"components",
"jsdom"
],
"author": "JQHTML Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jqhtml/jqhtml.git",
"directory": "packages/ssr"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"src",
"bin",
"README.md",
"QUICKSTART.md",
"SPECIFICATION.md"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"jsdom": "^24.0.0",
"jquery": "^3.7.1"
},
"devDependencies": null
}