UNPKG

@esmx/core

Version:

A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Linking capabilities.

105 lines (104 loc) 2.77 kB
{ "name": "@esmx/core", "description": "A high-performance microfrontend framework supporting Vue, React, Preact, Solid, and Svelte with SSR and Module Linking capabilities.", "contributors": [ { "name": "lzxb", "url": "https://github.com/lzxb" }, { "name": "RockShi1994", "url": "https://github.com/RockShi1994" }, { "name": "jerrychan7", "url": "https://github.com/jerrychan7" }, { "name": "wesloong", "url": "https://github.com/wesloong" } ], "repository": { "type": "git", "url": "https://github.com/esmnext/esmx.git", "directory": "packages/core" }, "homepage": "https://github.com/esmnext/esmx", "bugs": { "url": "https://github.com/esmnext/esmx/issues" }, "template": "library-node", "keywords": [ "Vue", "React", "Preact", "Solid", "Svelte", "ESM", "Microfrontend", "SSR", "Rspack", "Module Linking", "High Performance", "TypeScript" ], "license": "MIT", "bin": { "esmx": "./dist/cli/index.mjs" }, "engines": { "node": ">=24" }, "scripts": { "lint:js": "biome check --write --no-errors-on-unmatched", "lint:css": "pnpm run lint:js", "lint:type": "tsc --noEmit", "test": "vitest run --pass-with-no-tests", "coverage": "vitest run --coverage --pass-with-no-tests", "build": "unbuild" }, "dependencies": { "@esmx/import": "3.0.0-rc.71", "@types/serialize-javascript": "^5.0.4", "es-module-lexer": "^1.7.0", "find": "^0.3.0", "send": "^1.2.0", "serialize-javascript": "^6.0.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/find": "^0.2.4", "@types/node": "^24.10.0", "@types/send": "^1.2.1", "@types/write": "^2.0.4", "@vitest/coverage-v8": "3.2.4", "typescript": "5.9.3", "unbuild": "3.6.1", "vitest": "3.2.4" }, "version": "3.0.0-rc.71", "type": "module", "private": false, "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./cli": { "import": "./dist/cli/cli.mjs", "types": "./dist/cli/cli.d.ts" } }, "module": "dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "lib", "src", "dist", "*.mjs", "template", "public" ], "gitHead": "1616c7a1f820387d4d14bac0babd42356f6f7f33" }