package.json for joeac's fork

This commit is contained in:
2026-03-21 12:06:14 +00:00
parent e20dd723c3
commit ae8761cd88
+9 -3
View File
@@ -1,13 +1,13 @@
{ {
"name": "astro-gemtext", "name": "astro-gemtext",
"homepage": "https://github.com/aspizu/astro-gemtext", "homepage": "https://git.joeac.net/joeac/astro-gemtext",
"version": "0.3.3", "version": "0.3.3",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/aspizu/astro-gemtext.git" "url": "https://git.joeac.net/joeac/astro-gemtext.git"
}, },
"scripts": { "scripts": {
"fmt": "bunx --bun prettier --write .", "fmt": "bunx --bun prettier --write .",
@@ -23,10 +23,16 @@
"withastro" "withastro"
], ],
"author": { "author": {
"name": "Joe Carstairs",
"url": "https://git.joeac.net/joeac"
},
"contributors": [
{
"name": "Priyanshu Dangare", "name": "Priyanshu Dangare",
"email": "aspizu@protonmail.com", "email": "aspizu@protonmail.com",
"url": "https://github.com/aspizu" "url": "https://github.com/aspizu"
}, }
],
"license": "MIT", "license": "MIT",
"description": "gemtext integration for Astro.", "description": "gemtext integration for Astro.",
"dependencies": { "dependencies": {