CatBoat-Launcher-API/package.json
2025-04-28 04:54:27 +02:00

30 lines
620 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"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}