package.json for joeac's fork
This commit is contained in:
+11
-5
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "astro-gemtext",
|
||||
"homepage": "https://github.com/aspizu/astro-gemtext",
|
||||
"homepage": "https://git.joeac.net/joeac/astro-gemtext",
|
||||
"version": "0.3.3",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aspizu/astro-gemtext.git"
|
||||
"url": "https://git.joeac.net/joeac/astro-gemtext.git"
|
||||
},
|
||||
"scripts": {
|
||||
"fmt": "bunx --bun prettier --write .",
|
||||
@@ -23,10 +23,16 @@
|
||||
"withastro"
|
||||
],
|
||||
"author": {
|
||||
"name": "Priyanshu Dangare",
|
||||
"email": "aspizu@protonmail.com",
|
||||
"url": "https://github.com/aspizu"
|
||||
"name": "Joe Carstairs",
|
||||
"url": "https://git.joeac.net/joeac"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Priyanshu Dangare",
|
||||
"email": "aspizu@protonmail.com",
|
||||
"url": "https://github.com/aspizu"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"description": "gemtext integration for Astro.",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user