khoj/src/interface/desktop/package.json

26 lines
623 B
JSON
Raw Normal View History

{
"name": "Khoj",
2024-02-06 17:39:33 +00:00
"version": "1.5.1",
"description": "An AI copilot for your Second Brain",
"author": "Saba Imran, Debanjum Singh Solanky <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.3.0",
"axios": "^1.6.4",
"cron": "^2.4.3",
"electron-store": "^8.1.0",
"fs": "^0.0.1-security"
}
}