Files
plexus/server/package.json
2026-01-13 22:55:46 +01:00

27 lines
540 B
JSON

{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha tests/**/*.test.js --exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bs58": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"duckdb": "^1.4.3",
"express": "^5.2.1",
"socket.io": "^4.8.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"chai": "^6.2.2",
"mocha": "^11.7.5",
"socket.io-client": "^4.8.3"
}
}