mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-19 19:07:44 +00:00
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "Khoj",
|
|
"version": "1.6.0",
|
|
"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"
|
|
}
|
|
}
|