-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 986 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "cortex",
"version": "0.6.0",
"private": true,
"files": [],
"description": "Universal AI Brain - multi-transport memory daemon for Claude Code, Gemini CLI, Codex, Cursor, and local LLMs",
"scripts": {
"build": "cargo -p cortex-daemon build --release",
"test": "cargo build -p cortex-daemon --bin cortex && cargo test -p cortex-tests --all-features",
"daemon:check": "cargo -p cortex-daemon check --all-features",
"daemon:clippy": "cargo -p cortex-daemon clippy --all-targets --all-features -- -D warnings",
"desktop:install": "npm --prefix desktop/cortex-control-center install",
"desktop:dev": "npm --prefix desktop/cortex-control-center run dev",
"desktop:build": "npm --prefix desktop/cortex-control-center run build",
"desktop:verify:lifecycle:dev": "npm --prefix desktop/cortex-control-center run verify:lifecycle:dev"
},
"keywords": [
"ai",
"memory",
"brain",
"mcp",
"cortex"
],
"license": "MIT"
}