{
"name": "@toddledev/ssr",
"license": "Apache-2.0",
"type": "module",
"homepage": "https://github.com/toddledev/toddle",
"scripts": {
"build": "tsc",
"npm-publish": "bun run build && bun publish --access public",
"typecheck": "tsc --noEmit",
"watch": "tsc -w"
},
"files": ["dist", "src"],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@toddledev/core": "0.0.25",
"@toddledev/std-lib": "0.0.25",
"cookie": "1.0.2",
"xss": "1.0.15"
},
"version": "0.0.25"
}
