mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-05-14 21:26:54 +00:00
initial code commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "bluesky-client",
|
||||
"version": "1.0.0",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"rebuild": "electron-rebuild -f -w better-sqlite3"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@electron/rebuild": "^3.7.0",
|
||||
"electron": "^33.1.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@atproto/api": "^0.13.14",
|
||||
"axios": "^1.7.7",
|
||||
"better-sqlite3": "^11.5.0",
|
||||
"cron": "^3.1.9",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
"sharp": "^0.33.5",
|
||||
"winston": "^3.16.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user