forked from Krystofee/true-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 855 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
36
37
38
39
40
{
"name": "pi-true-queue",
"version": "1.1.0",
"description": "Task queue for pi — queued tasks stay hidden from the agent until the current one is done",
"keywords": [
"pi-package",
"pi",
"queue",
"coding-agent",
"goal-anchoring"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Krystofee/true-queue.git"
},
"files": [
"index.ts",
"skills",
"README.md",
"LICENSE",
"queue-editor.png",
"queue-widget.png",
"demo.gif"
],
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"typebox": "*"
},
"pi": {
"extensions": [
"./index.ts"
],
"skills": [
"./skills"
],
"image": "https://raw.githubusercontent.com/Krystofee/true-queue/master/queue-widget.png"
}
}