-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "agent-database-cli",
"version": "0.2.19",
"description": "统一数据库命令行工具,支持只读、黑名单和本地连接守护进程。",
"type": "module",
"bin": {
"agent-database-cli": "bin/agent-database-cli.js"
},
"scripts": {
"build": "cargo build --release --bin agent-database-cli",
"build:rust": "cargo build --release --bin agent-database-cli",
"dev": "cargo run --bin agent-database-cli --",
"dev:rust": "cargo run --bin agent-database-cli --",
"test": "cargo test",
"check": "cargo check --bin agent-database-cli"
},
"files": [
"bin",
"README.md",
"README_EN.md",
"AI_INSTALL.md",
"SKILL.md",
"LICENSE",
"config/docker-test.json"
],
"optionalDependencies": {
"@agent-database-cli/darwin-arm64": "0.2.19",
"@agent-database-cli/darwin-x64": "0.2.19",
"@agent-database-cli/linux-arm64": "0.2.19",
"@agent-database-cli/linux-x64": "0.2.19",
"@agent-database-cli/win32-x64": "0.2.19"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/sleepinginsummer/agent-database-cli"
}
}