topcoat-runtime 0.0.2

A modular, batteries-included Rust web framework for server-rendered apps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "@topcoat-rs/runtime",
	"version": "0.0.1",
	"type": "module",
	"scripts": {
		"build": "tsup && tsc"
	},
	"dependencies": {
		"@maverick-js/signals": "^6.0.0"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.15",
		"tsup": "^8.5.1",
		"typescript": "^6.0.3"
	}
}