summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoraspizu <aspizu@protonmail.com>2025-03-10 02:58:09 +0530
committeraspizu <aspizu@protonmail.com>2025-03-10 02:58:09 +0530
commit8137b02b1ea25836f80e6d61fae7592ddb6837f2 (patch)
tree41c14a3a75bec0dc2a83c6de36b56f88aa1b4404 /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f912b5d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "astro-gemtext",
+ "version": "1.0.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"
+ }
+}