UNPKG

@tempots/dom

Version:

Fully-typed frontend framework alternative to React and Angular

45 lines 1.03 kB
{ "name": "@tempots/dom", "version": "37.5.0", "type": "module", "sideEffects": false, "main": "./index.cjs", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.js", "require": "./index.cjs" } }, "license": "Apache-2.0", "dependencies": { "@tempots/core": "^3.3.0", "@tempots/render": "^0.0.9" }, "description": "Fully-typed frontend framework alternative to React and Angular", "keywords": [ "tempo", "tempots", "ui", "framework", "typescript", "dom", "angular-alternative", "react-alternative" ], "homepage": "https://github.com/fponticelli/tempots", "bugs": { "url": "https://github.com/fponticelli/tempots/issues" }, "author": { "name": "Franco Ponticelli", "email": "franco.ponticelli@gmail.com", "url": "https://github.com/fponticelli" }, "repository": { "type": "git", "url": "git+https://github.com/fponticelli/tempots.git" } }