Skip to content

Commit

Permalink
chore: add missing package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bconnorwhite committed Sep 27, 2023
1 parent 693b867 commit 85314ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
"license": "MIT",
"private": false,
"author": "Connor White",
"homepage": "https://github.com/AutosseyAI/prxmpt#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AutosseyAI/prxmpt.git"
},
"bugs": "https://github.com/AutosseyAI/prxmpt/issues",
"keywords": [
"prompt",
"prxmpt",
"autossey",
"ai",
"openai",
"jsx"
],
"type": "module",
"main": ".auto/build/index.js",
"types": ".auto/build/index.d.ts",
Expand Down

0 comments on commit 85314ef

Please sign in to comment.