Change license to AGPL-3.0 & update package.json

This commit is contained in:
2024-11-15 17:32:35 +04:00
parent 385f5f0df5
commit 470ab5070e
2 changed files with 672 additions and 14 deletions
+15 -9
View File
@@ -1,8 +1,18 @@
{
"name": "api-gong-gp",
"private": true,
"version": "0.1.0",
"description": "GONG API",
"name": "api.gong.gp",
"private": false,
"version": "1.0.0",
"description": "Groupe d'organisation nationale de la Guadeloupe. (API)",
"license": "AGPL-3.0",
"author": {
"name": "Cédric Famibelle-Pronzola",
"email": "contact@cedric-pronzola.re",
"url": "https://cedric-pronzola.re"
},
"repository": {
"type": "git",
"url": "git+https://codeberg.org/OKI/api.nuvel.nu.git"
},
"scripts": {
"dev": "strapi develop",
"start": "strapi start",
@@ -23,15 +33,11 @@
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"author": {
"name": "OKI"
},
"strapi": {
"uuid": "f92d2051-2666-477d-8e5d-9ab4b4622c6d"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}
}