Skip to content

Commit

Permalink
Add package.json to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Oct 17, 2023
1 parent f7a0779 commit 171912e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "libsql-examples",
"type": "module",
"private": true,
"dependencies": {
"@libsql/client": "..",
"readline-sync": "^1.4.10"
}
}

0 comments on commit 171912e

Please sign in to comment.