UNPKG

vite-plugin-single-spa

Version:

Vite plugin to convert Vite-based projects to single-spa root or micro-frontend applications.

64 lines (63 loc) 1.67 kB
{ "name": "vite-plugin-single-spa", "version": "1.0.0", "description": "Vite plugin to convert Vite-based projects to single-spa root or micro-frontend applications.", "type": "module", "main": "out/index.js", "exports": { ".": { "types": "./out/vite-plugin-single-spa.d.ts", "import": "./out/index.js" }, "./ex": { "types": "./out/ex/index.d.ts" } }, "types": "out/vite-plugin-single-spa.d.ts", "repository": { "type": "git", "url": "git+https://github.com/WJSoftware/vite-plugin-single-spa.git" }, "keywords": [ "vite", "vite-plugin", "single-spa", "mife", "mfe", "micro-frontend", "root-config" ], "author": { "email": "webJose@gmail.com", "name": "José Pablo Ramírez Vargas" }, "license": "MIT", "bugs": { "url": "https://github.com/WJSoftware/vite-plugin-single-spa/issues" }, "homepage": "https://github.com/WJSoftware/vite-plugin-single-spa#readme", "peerDependencies": { "vite": "^5.0.0 || ^6.0.0" }, "devDependencies": { "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.10.0", "chai": "^5.1.2", "mocha": "^11.1.0", "publint": "^0.3.0", "single-spa": "^6.0.0", "ts-mocha": "^11.1.0", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "scripts": { "test": "ts-mocha -n loader=ts-node/esm -p ./tsconfig.json ./tests/**/*.test.ts", "build": "powershell ./build-npm.ps1 && publint", "build-bash": "./build-bash.sh && publint" }, "files": [ "./out/**/*.js", "./out/**/*.d.ts" ] }