Skip to content

Commit

Permalink
Setup holo-key-manager-js-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Dec 17, 2023
1 parent 2634334 commit 816ee14
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 96 deletions.
20 changes: 20 additions & 0 deletions holo-key-manager-js-client/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "holo-key-manager-js-client",
"version": "1.0.0",
"description": "A JavaScript client API for managing Holo keys",
"main": "lib/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"holo",
"key",
"manager",
"js",
"client",
"api"
],
"author": "",
"license": "ISC"
}
203 changes: 107 additions & 96 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- 'holo-key-manager-js-client'

0 comments on commit 816ee14

Please sign in to comment.