mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-19 10:57:45 +00:00
34 lines
984 B
JSON
34 lines
984 B
JSON
{
|
|
"name": "Khoj",
|
|
"version": "1.26.3",
|
|
"description": "Your Second Brain",
|
|
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
|
|
"license": "GPL-3.0-or-later",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"search",
|
|
"chat",
|
|
"AI",
|
|
"assistant",
|
|
"second brain"
|
|
],
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "7.13.1",
|
|
"@typescript-eslint/parser": "7.13.1",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.14.47",
|
|
"obsidian": "^1.6.6",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "^3.1.4"
|
|
}
|
|
}
|