29 lines
632 B
JSON
29 lines
632 B
JSON
{
|
|
"name": "pi-dev-tools",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"keywords": ["pi-package"],
|
|
"scripts": {
|
|
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
|
|
},
|
|
"files": ["index.ts", "src"],
|
|
"pi": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@sinclair/typebox": "*"
|
|
},
|
|
"dependencies": {
|
|
"picomatch": "^4.0.2",
|
|
"vscode-jsonrpc": "^8.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mariozechner/pi-coding-agent": "^0.66.1",
|
|
"@sinclair/typebox": "^0.34.49",
|
|
"@types/node": "^25.5.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|