-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 757 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 757 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
{
"name": "pie",
"keywords": [
"pi-package"
],
"pi": {
"extensions": [
"extensions/pie-kumar303-config"
]
},
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint extensions/",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@vitest/eslint-plugin": "^1.6.15",
"eslint": "^10.2.0",
"prettier": "^3",
"typescript": "^5",
"typescript-eslint": "^8.58.0",
"vitest": "^4.1.0"
},
"peerDependencies": {
"@mariozechner/pi-ai": "^0.63.1",
"@mariozechner/pi-coding-agent": "^0.63.1",
"@mariozechner/pi-tui": "^0.63.1",
"@sinclair/typebox": "*"
}
}