pleroma-like client for Bluesky pl.hexmani.ac
bluesky pleroma social-media

Update package.json to not be a template example

hexmani.ac 61cce513 78b44a87

verified
Changed files
+17 -4
+17 -4
package.json
···
{
-
"name": "vite-template-solid",
-
"version": "0.0.0",
-
"description": "",
+
"name": "bluroma",
+
"version": "0.1.0",
+
"description": "pleroma-like client for Bluesky",
+
"keywords": [
+
"atproto",
+
"bluesky",
+
"client"
+
],
+
"homepage": "https://tangled.org/@hexmani.ac/bluroma",
+
"bugs": {
+
"url": "https://tangled.org/@hexmani.ac/bluroma/issues"
+
},
+
"license": "AGPL-3.0-only",
+
"repository": {
+
"type": "git",
+
"url": "git+https://tangled.org/@hexmani.ac/bluroma.git"
+
},
"type": "module",
"scripts": {
"start": "vite",
···
"build": "vite build",
"serve": "vite preview"
},
-
"license": "MIT",
"devDependencies": {
"@types/bun": "^1.3.0",
"sass": "^1.81.0",