Initial commit

This commit is contained in:
Ivan Pereira
2026-02-16 18:42:03 +00:00
commit 47878d9962
21 changed files with 2935 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "pi-perplexity",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"pi": {
"extensions": ["./src/index.ts"]
},
"peerDependencies": {
"@mariozechner/pi-tui": "*",
"@mariozechner/pi-ai": "*",
"@sinclair/typebox": "*"
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*",
"@mariozechner/pi-ai": "*",
"@sinclair/typebox": "*",
"bun-types": "*",
"typescript": "*"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "bun test"
}
}