-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.12 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
44
45
46
47
48
49
{
"name": "@leing2021/pi-search",
"version": "0.6.3",
"type": "module",
"description": "Minimal Secure Evidence Gateway for Pi Coding Agent — search, web_search, web_fetch, research_search. Intent-based provider routing, quota fallback, dual-LLM research, 4-layer abuse prevention.",
"keywords": [
"pi",
"pi-package",
"pi-extension",
"search",
"web-search",
"brave",
"tavily",
"searxng",
"evidence-gateway",
"security",
"ripgrep",
"web-search",
"duckduckgo",
"semantic-search",
"pi-search"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/leing2021/pi-search.git"
},
"scripts": {
"test": "node --experimental-strip-types --test tests/*.test.mjs",
"test:integration": "node --experimental-strip-types tests/integration-test.mjs"
},
"files": [
"extensions/",
"src/",
"README.md",
"README_CN.md"
],
"dependencies": {
"typebox": "^1.1.38"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
},
"pi": {
"extensions": [
"extensions/pi-search.ts"
]
}
}