🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@jqhtml/ssr",
|
|
"version": "2.3.28",
|
|
"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
|
|
}
|