UNPKG

hydro-js

Version:

A lightweight reactive library

49 lines (48 loc) 1.44 kB
{ "name": "hydro-js", "version": "1.8.13", "description": "A lightweight reactive library", "type": "module", "main": "./dist/library.js", "module": "./dist/library.js", "types": "./dist/library.d.ts", "exports": { "import": "./dist/library.js", "default": "./dist/library.js" }, "scripts": { "build": "tsc", "dev": "concurrently \"serve dist\" \"tsc -w\"", "test": "tsc && wtr src/test.html --node-resolve --coverage --playwright --browsers chromium firefox webkit", "test:dom": "node dist/testHAPPYDOM.js && node dist/testJSDOM.js", "update": "npx npm-check-updates -u && npx typesync && npm i && npm outdated" }, "keywords": [ "reactive", "libary", "javascript", "dom", "modern", "fast", "ssr" ], "author": "Fabian Klingenberg <klingenberg.fabian@gmx.de> (https://klingenberg.works/)", "license": "MIT", "devDependencies": { "@esm-bundle/chai": "^4.3.4", "@types/concurrently": "^7.0.3", "@types/jsdom": "^21.1.7", "@web/test-runner": "^0.20.2", "@web/test-runner-playwright": "^0.11.1", "concurrently": "^9.2.0", "happy-dom": "^18.0.1", "jsdom": "^26.1.0", "serve": "^14.2.4", "typescript": "^5.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/Krutsch/hydro-js.git" }, "bugs": "https://github.com/Krutsch/hydro-js/issues" }