@feroomjs/server
Version:
39 lines (38 loc) • 906 B
JSON
{
"name": "@feroomjs/server",
"version": "0.0.10",
"description": "@feroomjs/server",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/feroomjs/feroomjs.git",
"directory": "packages/server"
},
"keywords": [
"feroom",
"feroomjs",
"SPA",
"MFE"
],
"author": "Artem Maltsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/feroomjs/feroomjs/issues"
},
"homepage": "https://github.com/feroomjs/feroomjs/tree/main/packages/server#readme",
"dependencies": {
"wooks": "^0.2.12",
"moost": "^0.2.18",
"@moostjs/event-http": "^0.2.18",
"@wooksjs/event-http": "^0.2.12",
"@prostojs/infact": "^0.1.7",
"@feroomjs/npm-fetcher": "0.0.10",
"@prostojs/mate": "^0.1.13",
"events": "^3.3.0"
}
}