Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 27, 2025
1 parent 7d13005 commit 8f83cc3
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
@@ -0,0 +1,14 @@
{
"name": "kompactor",
"module": "kompactor.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@duckdb/node-api": "^1.1.3-alpha.10"
}
}

0 comments on commit 8f83cc3

Please sign in to comment.