31 lines
645 B
JSON
31 lines
645 B
JSON
{
|
|
"name": "catboat-launcher-api",
|
|
"version": "0.0.1-alpha",
|
|
"description": "A simple api to manage launcher",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"start:dev": "nodemon ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.azures.fr/azures04/CatBoat-Launcher-API"
|
|
},
|
|
"author": {
|
|
"email": "gilleslazure04@gmail.com",
|
|
"name": "Gilles Lazure <azures04>",
|
|
"url": "https://gitea.azures.fr"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"better-sqlite3": "^11.9.1",
|
|
"colors": "^1.4.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"socket.io": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|