Base-REST-API/package.json
2025-12-16 03:43:54 +01:00

34 lines
811 B
JSON

{
"name": "base-rest-api",
"version": "0.0.1-alpha",
"description": "",
"repository": {
"type": "git",
"url": "https://gitea.azures.fr/azures04/Base-REST-API"
},
"license": "AGPL-3.0-only",
"author": {
"name": "azures04",
"url": "https://gitea.azures.fr/azures04/Base-REST-API",
"email": "gilleslazure04@gmail.com"
},
"type": "commonjs",
"main": "server.js",
"scripts": {
"start:dev": "nodemon .",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://gitea.azures.fr/azures04/Base-REST-API",
"readme": "https://gitea.azures.fr/azures04/Base-REST-API/src/branch/main/README.md",
"dependencies": {
"colors": "^1.4.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"zod": "^4.2.0"
},
"devDependencies": {
"nodemon": "^3.1.11"
}
}