blob: c146d39911f9445d4c62943ab0f696b42899ff79 [file] [log] [blame]
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"express": "4.15.2",
"nedb": "^1.8.0",
"nedb-promises": "^6.1.0",
"socket.io": "^4.5.2",
"ws": "^8.8.1"
}
}