summaryrefslogtreecommitdiff
path: root/package.json
blob: b9fd92adef67d740326005d567579da46b4694b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "name": "astro-gemtext",
    "version": "0.1.0",
    "type": "module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "fmt": "bunx --bun prettier --write .",
        "compile": "tsc --outDir dist"
    },
    "files": [
        "dist"
    ],
    "author": "",
    "license": "MIT",
    "description": "",
    "dependencies": {
        "gemtext": "^0.2.2"
    },
    "devDependencies": {
        "@types/node": "^22.13.10",
        "astro": "^5.4.2",
        "prettier": "^3.5.3",
        "vite": "^6.2.1"
    }
}