-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 941 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
41
42
43
44
45
{
"name": "@janvitos/pi-plan-build",
"version": "0.1.27",
"description": "Plan safely, approve explicitly, then implement here or in a clean session.",
"type": "module",
"license": "MIT",
"author": "janvitos",
"repository": {
"type": "git",
"url": "git+https://github.com/janvitos/pi-plan-build.git"
},
"keywords": [
"pi-package",
"pi-coding-agent",
"plan-mode",
"build-mode",
"developer-tools"
],
"engines": {
"node": ">=22.6"
},
"files": [
"index.ts",
"prompts.ts",
"question-ui.ts",
"utils.ts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "node --experimental-strip-types --test utils.test.ts",
"prepublishOnly": "npm test"
},
"peerDependencies": {
"@earendil-works/pi-coding-agent": ">=0.84.2",
"@earendil-works/pi-tui": "*",
"typebox": "*"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}