mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 14:15:57 -06:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "Socio demo - Basic",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node server.js",
|
|
"demo": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"magic-string": "^0.30.0",
|
|
"sequelize": "^6.25.3",
|
|
"socio": "^0.7.12",
|
|
"sqlite3": "^5.1.2"
|
|
}
|
|
}
|