jsx-view
Version:
Minimal JSX for HTML DOM tightly integrated with RxJS. TypeScript definitions, and attributes can be assigned to observables.
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "jsx-view",
"version": "0.2.3",
"description": "Minimal JSX for HTML DOM tightly integrated with RxJS. TypeScript definitions, and attributes can be assigned to observables.",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js",
"./jsx-dev-runtime": "./jsx-dev-runtime.js",
"./jsx-runtime": "./jsx-runtime.js"
},
"scripts": {
"clean": "rm -rf index.* jsx*runtime.* dist/* lib/*",
"build": "tsc -p ./tsconfig-build.json",
"prepare": "npm run clean && npm run build",
"prepack": "npm run prepare"
},
"keywords": [
"JSX",
"BLoC",
"MVVM",
"Template",
"TypeScript",
"RxJS",
"FRP"
],
"author": "Cole Lawrence <cole@colelawrence.com>",
"repository": {
"url": "https://github.com/colelawrence/jsx-view",
"directory": "jsx-view"
},
"license": "MIT",
"devDependencies": {
"rxjs": "^7.5",
"tslib": "^2.4",
"typescript": "^4.7.3"
},
"peerDependencies": {
"rxjs": "^7",
"tslib": "^2"
}
}