Skip to content

Commit

Permalink
feat: add Issueifier service (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Jun 10, 2023
1 parent 0d5a323 commit e8e18d1
Show file tree
Hide file tree
Showing 10 changed files with 950 additions and 103 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.2.5",
"@octokit/types": "^9.3.0",
"@types/node": "^20.2.6",
"@types/prettier": "^2.7.3",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
Expand All @@ -27,10 +28,12 @@
"@effect/io": "^0.26.0",
"@effect/schema": "^0.20.1",
"@effect/stream": "^0.22.0",
"dfx": "^0.48.0",
"dfx": "^0.48.1",
"dotenv": "^16.1.4",
"effect-schema-class": "^0.4.0",
"gpt-tokenizer": "^2.1.1",
"html-entities": "^2.3.5",
"octokit": "^2.0.19",
"openai": "^3.2.1",
"prettier": "^2.8.8"
}
Expand Down
Loading

0 comments on commit e8e18d1

Please sign in to comment.