-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.56 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
50
{
"name": "pi-local-memory",
"version": "0.2.1",
"type": "module",
"description": "pi 本地长期记忆薄桥:Obsidian Markdown 真源 + 人工确认写入 + 按需只读检索。",
"keywords": [
"pi-package"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lood31/pi-local-memory.git"
},
"homepage": "https://github.com/lood31/pi-local-memory#readme",
"bugs": {
"url": "https://github.com/lood31/pi-local-memory/issues"
},
"files": [
"index.ts",
"src",
"skills",
"README.md",
"LICENSE"
],
"pi": {
"extensions": [
"./index.ts"
],
"skills": [
"./skills"
]
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*"
},
"bundledDependencies": [
"jiti"
],
"scripts": {
"test": "node --experimental-strip-types tests/practical.mjs && node --experimental-strip-types tests/session-index.mjs && node --experimental-strip-types tests/knowledge.mjs && node --experimental-strip-types tests/learning.mjs && node --experimental-strip-types tests/generated-skills.mjs && node --experimental-strip-types tests/gate-a.mjs && node --experimental-strip-types tests/gate-b.mjs && node --experimental-strip-types tests/gate-c.mjs",
"test:gate-a": "node --experimental-strip-types tests/gate-a.mjs",
"test:gate-b": "node --experimental-strip-types tests/gate-b.mjs",
"test:gate-c": "node --experimental-strip-types tests/gate-c.mjs",
"test:all": "npm test"
},
"dependencies": {
"jiti": "2.7.0"
}
}