26 lines
571 B
JSON
26 lines
571 B
JSON
{
|
|
"name": "clawsandpawpadsserver",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^17.0.25",
|
|
"@types/socket.io": "^3.0.2",
|
|
"better-sqlite3": "^12.2.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.3",
|
|
"socket.io": "^4.4.1",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|