From 05e05d6c3e756d48d9ed0d6f2a4617075ad01587 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 21 Oct 2024 21:08:20 +0200 Subject: [PATCH] Add `package.json` metadata --- package.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 208ab3cb..f3959dd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,32 @@ { + "private": true, "name": "phanpy", - "version": "0.1.0", "type": "module", + "version": "0.1.0", + "description": "Minimalistic opinionated Mastodon web client", + "keywords": [ + "mastodon", + "fediverse", + "web-app" + ], + "homepage": "https://github.com/cheeaun/phanpy", + "bugs": { + "url": "https://github.com/cheeaun/phanpy" + }, + "license": "MIT", + "author": { + "name": "Chee Aun", + "email": "cheeaun@gmail.com", + "url": "https://cheeaun.com/" + }, + "funding": [ + "https://github.com/sponsors/cheeaun", + "https://www.buymeacoffee.com/cheeaun", + "https://revolut.me/cheeaun", + "https://donate.stripe.com/9AQeVfbr40ZB9nGaEF", + "https://paypal.me/cheeaun" + ], + "repository": "github:cheeaun/phanpy", "scripts": { "dev": "vite", "build": "vite build",