Update package.json (author, git, description...)
This commit is contained in:
+12
-2
@@ -1,8 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "oki-front",
|
"name": "oki.re",
|
||||||
"version": "0.1.0",
|
"description": "Application web spécialisés dans la transcription et la traduction de productions musicales. (front)",
|
||||||
|
"version": "1.0.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "AGPL-3.0",
|
"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": {
|
"scripts": {
|
||||||
"lint": "xo",
|
"lint": "xo",
|
||||||
"dev": "next dev -p 3001",
|
"dev": "next dev -p 3001",
|
||||||
|
|||||||
Reference in New Issue
Block a user