{ "name": "@k37z3r/jbase", "version": "2.4.1", "description": "Ditch the legacy bloat. jBase is a blazing-fast, SSR-ready micro-framework combining an elegant DOM chaining API with powerful, immutable data utilities. Fully typed, modular, and built for modern web & Node.js environments.", "private": false, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "browser": "./dist/jbase.min.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "SECURITY.md", "wiki" ], "scripts": { "build:ts": "tsc", "build:browser": "node build.js", "build": "npm run build:browser && npm run build:ts", "prepublishOnly": "npm run build" }, "author": "Sven Minio (https://github.com/k37z3r/jBase-2)", "homepage": "https://github.com/k37z3r/jBase-2", "funding": { "type": "paypal", "url": "https://www.paypal.com/donate/?hosted_button_id=PAE6M49YXLHUU" }, "bugs": { "url": "https://github.com/k37z3r/jBase-2/issues" }, "repository": { "type": "git", "url": "https://github.com/k37z3r/jBase-2.git" }, "license": "GPL-3.0-or-later", "peerDependencies": { "jsdom": "^28.0.0" }, "peerDependenciesMeta": { "jsdom": { "optional": true } }, "devDependencies": { "@types/jsdom": "^27.0.0", "@types/node": "^22.0.0", "esbuild": "^0.27.2", "jsdom": "^28.0.0", "tslib": "^2.8.1", "typescript": "^5.3.3" }, "keywords": [ "framework", "micro-framework", "dom-manipulation", "jquery-alternative", "data-utilities", "immutable", "ssr", "server-side-rendering", "isomorphic", "typescript", "javascript", "ajax", "jbase" ], "type": "commonjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./server": { "import": "./dist/server.js", "types": "./dist/server.d.ts", "require": "./dist/server.js" }, "./browser": "./dist/jbase.min.js" } }