mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-05-14 21:26:54 +00:00
28 lines
575 B
JSON
28 lines
575 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|