From 05920f952b3ae46a504f92537f55bd42f242f56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 15 Nov 2024 14:00:26 +0400 Subject: [PATCH] Update package.json (author, git, description...) --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ddbb33d..27b0d15 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,18 @@ { - "name": "oki-front", - "version": "0.1.0", + "name": "oki.re", + "description": "Application web spécialisés dans la transcription et la traduction de productions musicales. (front)", + "version": "1.0.0", "private": false, "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/oki.re.git" + }, "scripts": { "lint": "xo", "dev": "next dev -p 3001",