forked from inkdust2021/opencode-vibeguard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 904 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
26
27
28
29
30
31
32
33
34
35
{
"name": "opencode-vibeguard",
"version": "0.1.0",
"description": "OpenCode 插件:参考 VibeGuard 的占位符格式(__VG_...__)在发送给 LLM 前脱敏、在响应完成后自动还原、在工具执行前还原参数",
"type": "module",
"main": "./src/index.js",
"exports": "./src/index.js",
"files": [
"src",
"README-zh.md",
"vibeguard.config.json.example"
],
"scripts": {
"test": "node --test",
"prepack": "npm test"
},
"keywords": [
"opencode",
"opencode-plugin",
"vibeguard",
"privacy",
"redaction",
"secrets",
"pii"
],
"repository": {
"type": "git",
"url": "git+https://github.com/inkdust2021/opencode-vibeguard.git"
},
"bugs": {
"url": "https://github.com/inkdust2021/opencode-vibeguard/issues"
},
"homepage": "https://github.com/inkdust2021/opencode-vibeguard#readme",
"license": "MIT"
}