Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Last active December 15, 2024 09:32
Show Gist options
  • Save YonatanKra/68600aa7c3480e411fb80d8a83bad8c4 to your computer and use it in GitHub Desktop.
Save YonatanKra/68600aa7c3480e411fb80d8a83bad8c4 to your computer and use it in GitHub Desktop.
{
"name": "alt-text-game",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "vitest",
"start": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"dependencies": {
"@atproto/api": "^0.13.20"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment