Add package.json metadata

This commit is contained in:
Stefano Pigozzi 2024-10-21 21:08:20 +02:00
parent 9f572053df
commit 05e05d6c3e
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0

View file

@ -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",