51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "pi-perplexity",
|
|
"version": "0.2.2",
|
|
"description": "Perplexity web search for pi — uses your Pro/Max subscription, no API credits needed",
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension"
|
|
],
|
|
"license": "MIT",
|
|
"author": "ivanrvpereira",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivanrvpereira/pi-perplexity.git"
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"pi": {
|
|
"extensions": [
|
|
"./src/index.ts"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-tui": "*",
|
|
"@mariozechner/pi-ai": "*",
|
|
"@sinclair/typebox": "*"
|
|
},
|
|
"dependencies": {
|
|
"bun": "^1.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@mariozechner/pi-tui": "*",
|
|
"@mariozechner/pi-ai": "*",
|
|
"@sinclair/typebox": "*",
|
|
"bun-types": "*",
|
|
"typescript": "*"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "bun test"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.3.9"
|
|
}
|
|
}
|