diff --git a/package.json b/package.json index ed4993d..b832fde 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,13 @@ { "name": "sake-app", - "version": "0.0.0", + "version": "0.1.0", + "author": "Rodolphe Bréard ", + "license": "(MIT OR Apache-2.0)", "private": true, + "repository": { + "type": "git", + "url": "https://github.com/breard-r/sake-app.git" + }, "scripts": { "dev": "vite", "build": "vite build",