Files
astro-gemtext/package.json
T

54 lines
1.3 KiB
JSON

{
"name": "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://git.joeac.net/joeac/astro-gemtext.git"
},
"scripts": {
"fmt": "bunx --bun prettier --write .",
"compile": "tsc --outDir dist",
"prepare": "tsc --outDir dist"
},
"files": [
"dist"
],
"keywords": [
"astro",
"renderer",
"astro-component",
"withastro"
],
"author": {
"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": {
"gemtext": "^0.2.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@types/node": "^22.13.10",
"astro": "^6.0.8",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"vite": "^6.2.1"
},
"peerDependencies": {
"astro": ">= 3.0.0"
}
}