khoj/src/interface/desktop/package.json

26 lines
577 B
JSON
Raw Normal View History

{
"name": "Khoj",
"homepage": ".",
"productName": "Khoj",
"version": "0.12.3",
"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": "25.8.1"
},
"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"
}
}