Skip to content

Commit

Permalink
[wip]: Prepare JS cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Jan 20, 2025
1 parent c196cad commit edc5617
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 5 deletions.
7 changes: 6 additions & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"require": "./dist/src/index.js"
}
},
"bin": {
"program-metadata": "./dist/src/cli.js"
},
"files": [
"./dist/src",
"./dist/types"
Expand Down Expand Up @@ -46,7 +49,9 @@
},
"dependencies": {
"@solana-program/system": "^0.6.2",
"pako": "^2.1.0"
"commander": "^13.0.0",
"pako": "^2.1.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
Expand Down
29 changes: 25 additions & 4 deletions clients/js/pnpm-lock.yaml

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

Loading

0 comments on commit edc5617

Please sign in to comment.