mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-19 10:57:45 +00:00
24 lines
552 B
JSON
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"
|
|
}
|
|
}
|