added embeds for posts :3

This commit is contained in:
Rose 2024-04-24 01:32:35 -04:00
parent 114c9f93d4
commit 12f5b1eb68
No known key found for this signature in database
16 changed files with 523 additions and 6 deletions

View file

@ -1,13 +1,11 @@
{
"name": "fixbluesky",
"private": true,
"packageManager": "yarn@4.1.1",
"volta": {
"node": "21.7.3",
"yarn": "4.1.1"
},
"type": "module",
"main": "./dist/main.js",
"module": "./dist/main.js",
@ -17,13 +15,11 @@
"types": "./dist/main.d.ts"
}
},
"scripts": {
"dev": "tsx ./src/main.ts",
"lint": "biome ci ./src/**/*",
"build": "pkgroll"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/node": "20.12.7",
@ -34,6 +30,7 @@
"dependencies": {
"@atproto/api": "0.12.5",
"@hono/node-server": "1.11.0",
"hono": "4.2.7"
"hono": "4.2.7",
"ioredis": "5.4.1"
}
}