Last active
December 15, 2024 09:32
-
-
Save YonatanKra/68600aa7c3480e411fb80d8a83bad8c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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