Files
lsp/package.json
2025-09-30 19:05:40 +02:00

33 lines
793 B
JSON

{
"name": "lightweight-solem-platform",
"version": "1.0.0",
"description": "Lightweight Solem Platform implementation",
"repository": "local",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.0.0",
"body-parser": "^1.19.0",
"cbor": "^5.1.0",
"cbor-body-parser": "^1.0.3",
"chokidar": "^3.6.0",
"crc": "^4.3.2",
"dotenv": "^17.2.2",
"events": "^3.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"joi": "^17.4.0",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"oauth2-server": "^3.1.1",
"random-bytes": "^1.0.0",
"underscore": "^1.13.6",
"ws": "^8.18.3"
}
}