Add npm publish metadata and MIT license

This commit is contained in:
Ivan Pereira
2026-02-23 11:06:22 +00:00
parent 4a49cbf930
commit 043c83a722
2 changed files with 34 additions and 0 deletions
+13
View File
@@ -1,6 +1,19 @@
{
"name": "pi-perplexity",
"version": "0.1.0",
"description": "Perplexity web search for pi — uses your Pro/Max subscription, no API credits needed",
"keywords": ["pi-package"],
"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": {