2024-09-17 20:35:18 -04:00
|
|
|
{
|
|
|
|
"name": "forest-server",
|
2024-10-25 17:48:12 -04:00
|
|
|
"version": "0.0.1",
|
2024-09-17 20:35:18 -04:00
|
|
|
"description": "the backend for a wiki/mud",
|
2024-09-18 14:47:30 -04:00
|
|
|
"main": "server.js",
|
2024-09-17 20:35:18 -04:00
|
|
|
"scripts": {
|
2024-10-25 17:48:12 -04:00
|
|
|
"start": "node --watch --env-file=.env server.js",
|
2024-09-17 20:35:18 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.shoofle.net/shoofle/the-forest"
|
|
|
|
},
|
|
|
|
"author": "",
|
2024-09-18 14:47:30 -04:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-09-27 11:40:14 -04:00
|
|
|
"argon2": "^0.41.1",
|
|
|
|
"better-sqlite3": "^11.3.0",
|
|
|
|
"better-sqlite3-session-store": "^0.1.0",
|
|
|
|
"client-sessions": "^0.8.0",
|
2024-09-18 14:47:30 -04:00
|
|
|
"express": "^4.21.0",
|
2024-09-27 11:40:14 -04:00
|
|
|
"express-session": "^1.18.0",
|
2024-10-08 23:24:48 -04:00
|
|
|
"express-ws": "^5.0.2",
|
2024-09-24 10:56:04 -04:00
|
|
|
"graphology": "^0.25.4",
|
|
|
|
"graphology-layout": "^0.6.1",
|
|
|
|
"graphology-layout-force": "^0.2.4",
|
|
|
|
"graphology-layout-forceatlas2": "^0.10.1",
|
2024-10-10 22:54:22 -04:00
|
|
|
"highlight.js": "^11.10.0",
|
2024-09-24 10:56:04 -04:00
|
|
|
"jsdom": "^25.0.0",
|
2024-10-25 17:48:12 -04:00
|
|
|
"node": "^22.10.0",
|
2024-09-18 14:47:30 -04:00
|
|
|
"nodemon": "^3.1.5",
|
2024-10-21 11:56:48 -04:00
|
|
|
"showdown": "^2.1.0",
|
|
|
|
"wasmoon": "^1.16.0"
|
2024-09-18 14:47:30 -04:00
|
|
|
}
|
2024-09-17 20:35:18 -04:00
|
|
|
}
|