mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-20 11:27:46 +00:00
26 lines
576 B
JSON
26 lines
576 B
JSON
|
{
|
||
|
"name": "Khoj",
|
||
|
"homepage": ".",
|
||
|
"productName": "Khoj",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Scaffolding for the desktop entrypoint to Khoj",
|
||
|
"main": "main.js",
|
||
|
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
||
|
"author": "Khoj <team@khoj.dev>",
|
||
|
"license": "MIT",
|
||
|
"private": false,
|
||
|
"devDependencies": {
|
||
|
"electron": "26.1.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "yarn electron ."
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@todesktop/runtime": "^1.3.0",
|
||
|
"axios": "^1.5.0",
|
||
|
"cron": "^2.4.3",
|
||
|
"electron-store": "^8.1.0",
|
||
|
"fs": "^0.0.1-security"
|
||
|
}
|
||
|
}
|