{ "name": "corerender", "version": "2.0.62", "description": "A rendering service designed for serve.zone that efficiently preserves styles while rendering web components.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "start": "(node --max_old_space_size=200 ./cli.js)", "startTs": "(node cli.ts.js)", "watch": "tswatch service", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc", "build:docker": "tsdocker build --verbose", "release:docker": "tsdocker push --verbose" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsdocker": "^2.2.4", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@git.zone/tswatch": "^3.3.2", "@push.rocks/tapbundle": "^5.0.8", "@types/node": "^25.6.0" }, "dependencies": { "@api.global/typedserver": "^8.4.6", "@push.rocks/projectinfo": "^5.1.0", "@push.rocks/smartdata": "^7.1.7", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartlog": "^3.2.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartrobots": "^1.0.2", "@push.rocks/smartsitemap": "^4.0.1", "@push.rocks/smartssr": "^1.0.40", "@push.rocks/smartstate": "^2.3.0", "@push.rocks/smarttime": "^4.2.3", "@push.rocks/taskbuffer": "^8.0.2" }, "private": true, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module", "keywords": [ "rendering", "web components", "style preservation", "TypeScript", "SSR", "prerendering", "task scheduling", "web application", "service integration", "database management", "sitemap parsing", "robots.txt", "node.js" ] }