Change license to AGPL-3.0 & update package.json
This commit is contained in:
+13
-7
@@ -1,8 +1,18 @@
|
||||
{
|
||||
"name": "oki-api",
|
||||
"name": "api.oki.re",
|
||||
"description": "API de l'application web est conçue pour faciliter la transcription et la traduction automatiques de contenus musicaux.",
|
||||
"private": false,
|
||||
"version": "0.1.0",
|
||||
"description": "OKI API",
|
||||
"license": "AGPL-3.0",
|
||||
"author": {
|
||||
"name": "Cédric Famibelle-Pronzola",
|
||||
"email": "contact@cedric-pronzola.re",
|
||||
"url": "https://codeberg.org/ced972"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://codeberg.org/OKI/api.oki.re.git"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "strapi develop",
|
||||
"start": "strapi start",
|
||||
@@ -25,9 +35,6 @@
|
||||
"strapi-provider-rest-cache-memory": "^4.2.4",
|
||||
"styled-components": "^5.2.1"
|
||||
},
|
||||
"author": {
|
||||
"name": "Ced"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8",
|
||||
"telemetryDisabled": true
|
||||
@@ -35,6 +42,5 @@
|
||||
"engines": {
|
||||
"node": "^16.13.0 || ^18.12.0",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user