beyond
Version:
The Full Stack Universal Typescript Framework
41 lines (40 loc) • 726 B
JSON
{
"name": "backend-project",
"version": "0.0.1",
"title": "Backend Basic Application",
"description": "Backend Basic application",
"author": "",
"license": "ISC",
"languages": {
"default": "en",
"supported": [
"en",
"es"
]
},
"modules": {
"path": "modules"
},
"deployment": {
"distributions": [
{
"name": "backend",
"platform": "backend",
"environment": "development",
"ports": {
"bundles": 6580,
"http": 6581,
"inspect": 6582
}
}
]
},
"dependencies": {
"@beyond-js/kernel": "~0.1.8",
"@beyond-js/backend": "~0.1.4",
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@beyond-js/local": "~0.1.3"
}
}