{ "name": "@push.rocks/smartssr", "version": "1.0.40", "private": false, "description": "A smart server-side renderer that supports shadow DOM.", "exports": { ".": "./dist_ts/index.js" }, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Task Venture Capital GmbH ", "license": "MIT", "scripts": { "test": "tstest test/", "build": "tsbuild --web", "serve": "tsrun scripts/serve.ts", "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": { "@push.rocks/smartdelay": "^3.0.1", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.4", "@push.rocks/smartpuppeteer": "^2.0.6", "@push.rocks/smarttime": "^4.2.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "server-side rendering", "shadow DOM", "TypeScript", "puppeteer", "serialization", "web development", "node.js" ], "homepage": "https://code.foss.global/push.rocks/smartssr", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartssr.git" } }