{ "name": "morphlex", "version": "1.0.4", "author": "Joel Drapper", "license": "MIT", "type": "module", "description": "An optimal DOM morphing library written in TypeScript.", "main": "dist/morphlex.min.js", "types": "dist/morphlex.d.ts", "homepage": "https://github.com/yippee-fun/morphlex", "bugs": { "url": "https://github.com/yippee-fun/morphlex/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/joeldrapper" }, "scripts": { "build": "bun run build.ts", "lint": "bun run oxlint --type-aware", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:browser": "vitest run -c vitest.config.browser.ts", "test:browser:watch": "vitest -c vitest.config.browser.ts", "test:all": "vitest run && vitest run -c vitest.config.browser.ts", "serve": "bun --bun vite --open /benchmark/" }, "devDependencies": { "@types/bun": "^1.3.2", "@typescript/native-preview": "^7.0.0-dev.20251110.1", "@vitest/browser": "^4.0.8", "@vitest/browser-playwright": "^4.0.8", "@vitest/coverage-v8": "^4.0.8", "@vitest/ui": "^4.0.8", "happy-dom": "^20.0.10", "jsr": "^0.13.5", "oxlint": "^1.28.0", "oxlint-tsgolint": "^0.4.0", "prettier": "^3.6.2", "typescript": "^5.9.3", "vitest": "^4.0.8" } }