Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
ref: #15
  • Loading branch information
DenisCarriere committed Oct 7, 2023
1 parent 63335b6 commit c5ab518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"private": true,
"version": "0.1.0",
"description": "Substreams Service Websockets",
"name": "substreams-service-websockets",
"homepage": "https://github.com/pinax-network/substreams-sink-websockets",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"start": "bun run index.ts",
"prepublish": "tsc",
"test": "bun test",
"build": "bun build --compile ./index.ts --outfile substreams-service-websockets",
"dev": "bun run --watch index.ts",
"ping": "bun run examples/bun/ping.ts",
"subscribe": "bun run examples/bun/subscribe.ts",
"time": "bun run examples/bun/time.ts"
"dev": "bun run --watch index.ts"
},
"dependencies": {
"dotenv": "latest",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"declaration": true,
Expand Down

0 comments on commit c5ab518

Please sign in to comment.