khoj/src/interface/desktop/package.json
2024-08-06 16:16:33 +05:30

24 lines
552 B
JSON

{
"name": "Khoj",
"version": "1.20.2",
"description": "Your Second Brain",
"author": "Khoj Inc. <team@khoj.dev>",
"license": "GPL-3.0-or-later",
"homepage": "https://khoj.dev",
"repository": "\"https://github.com/khoj-ai/khoj\"",
"productName": "Khoj",
"main": "main.js",
"private": false,
"devDependencies": {
"electron": "28.2.1"
},
"scripts": {
"start": "yarn electron ."
},
"dependencies": {
"@todesktop/runtime": "^1.6.4",
"axios": "^1.6.4",
"cron": "^2.4.3",
"electron-store": "^8.1.0"
}
}