Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lazer/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"start": "node --loader ts-node/esm src/index.js",
"start:publish": "node --loader ts-node/esm src/publish.js",
"test": "pnpm run test:format && pnpm run build:cjs && pnpm run build:esm",
"build:cjs": "tsc --project tsconfig.json --verbatimModuleSyntax false --module commonjs --outDir ./dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"build:esm": "tsc --project tsconfig.json --outDir ./dist/esm && echo '{\"type\":\"module\"}' > dist/esm/package.json",
Expand All @@ -15,7 +16,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@pythnetwork/pyth-lazer-sdk": "^0.1.1"
"@pythnetwork/pyth-lazer-sdk": "^0.3.1",
"@solana/web3.js": "^1.98.0"
},
"devDependencies": {
"@cprussin/tsconfig": "^3.0.1",
Expand Down
Loading