UNPKG

rynex

Version:

A minimalist TypeScript framework for building reactive web applications with no virtual DOM

16 lines (15 loc) 245 B
{ "name": "PROJECT_NAME", "version": "1.0.0", "type": "module", "scripts": { "dev": "rynex dev", "build": "rynex build" }, "dependencies": { "rynex": "^0.1.56" }, "devDependencies": { "typescript": "^5.3.0" } }