diff --git a/package.json b/package.json index b0d550c..e619462 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,22 @@ { "name": "zonalda", - "version": "0.0.1", + "version": "0.0.2", + "description": "ZOnage AdéLois Démontré aux Adélois.e.s", "scripts": { "start": "vite", "build": "vite build", "serve": "vite preview" }, + "repository": { + "type": "git", + "url": "git+https://github.com/dhdaines/zonalda.git" + }, + "author": "David Huggins-Daines ", + "license": "MIT", + "bugs": { + "url": "https://github.com/dhdaines/zonalda/issues" + }, + "homepage": "https://github.com/dhdaines/zonalda#readme", "devDependencies": { "typescript": "^5.3.3", "vite": "^5.0.12"