UNPKG

wexen

Version:
50 lines (49 loc) 976 B
{ "name": "wexen", "version": "1.3.0", "description": "Mini web", "main": "index.js", "scripts": { "build": "barrelize && vite build", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/nizami/wexen.git" }, "keywords": [ "Web", "Http", "Server" ], "author": "Nizami", "license": "MIT", "bugs": { "url": "https://github.com/nizami/wexen/issues" }, "homepage": "https://github.com/nizami/wexen#readme", "devDependencies": { "@types/node": "^24.0.13", "@types/ws": "^8.18.1", "barrelize": "^1.6.2", "typescript": "~5.8.3", "vite": "^7.0.4", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, "dependencies": { "ws": "^8.18.3" }, "type": "module", "sideEffects": false, "files": [ "dist" ], "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } } }