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