@arnelirobles/rnxjs
Version:
Minimalist Vanilla JS component system with reactive data binding.
75 lines • 1.67 kB
JSON
{
"name": "@arnelirobles/rnxjs",
"version": "0.2.0",
"description": "Minimalist Vanilla JS component system with reactive data binding.",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"keywords": [
"vanilla-js",
"javascript",
"framework",
"reactive",
"components",
"bootstrap",
"rnxjs",
"data-binding",
"two-way-binding",
"reactive-state",
"state-management",
"web-components",
"ui-framework",
"no-build",
"cdn",
"lightweight",
"minimal-framework",
"spa",
"single-page-app",
"dom-manipulation",
"event-driven",
"proxy-based",
"zero-dependencies"
],
"author": "Arnel Isiderio Robles",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arnelirobles/rnxjs"
},
"homepage": "https://github.com/arnelirobles/rnxjs#readme",
"bugs": {
"url": "https://github.com/arnelirobles/rnxjs/issues"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/arnelirobles"
},
"files": [
"index.js",
"index.d.ts",
"utils/",
"framework/",
"components/",
"dist/",
"examples/"
],
"unpkg": "dist/rnx.global.js",
"jsdelivr": "dist/rnx.global.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"build": "node build.js"
},
"devDependencies": {
"esbuild": "^0.27.0",
"vitest": "^1.0.4",
"@vitest/ui": "^1.0.4",
"@vitest/coverage-v8": "^1.0.4",
"happy-dom": "^12.10.3"
}
}