Update package.json

This commit is contained in:
Gilles Lazures 2025-12-28 23:28:03 +01:00
parent 3cd42103e5
commit 947192d997

View File

@ -4,12 +4,12 @@
"description": "", "description": "",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitea.azures.fr/azures04/Base-REST-API" "url": "https://gitea.azures.fr/azures04/Yggdrasil"
}, },
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"author": { "author": {
"name": "azures04", "name": "azures04",
"url": "https://gitea.azures.fr/azures04/Base-REST-API", "url": "https://gitea.azures.fr/azures04/Yggdrasil",
"email": "gilleslazure04@gmail.com" "email": "gilleslazure04@gmail.com"
}, },
"type": "commonjs", "type": "commonjs",
@ -20,8 +20,8 @@
"lint": "eslint .", "lint": "eslint .",
"lint:fix": "eslint . --fix" "lint:fix": "eslint . --fix"
}, },
"homepage": "https://gitea.azures.fr/azures04/Base-REST-API", "homepage": "https://gitea.azures.fr/azures04/Yggdrasil",
"readme": "https://gitea.azures.fr/azures04/Base-REST-API/src/branch/main/README.md", "readme": "https://gitea.azures.fr/azures04/Yggdrasil/src/branch/main/README.md",
"dependencies": { "dependencies": {
"bcryptjs": "^3.0.3", "bcryptjs": "^3.0.3",
"colors": "^1.4.0", "colors": "^1.4.0",