Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Dec 23, 2023
1 parent 7577d8d commit 461f331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "A bundle of commonly-used utilities within other BTE modules",
"main": "./built/index.js",
"types": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
"build": "tsc -b",
"prepare": "pnpm run build",
Expand Down Expand Up @@ -52,6 +52,7 @@
}
},
"dependencies": {
"@opentelemetry/api": "^1.7.0",
"@sentry/node": "^7.74.1",
"debug": "^4.3.4",
"lodash": "^4.17.21"
Expand Down

0 comments on commit 461f331

Please sign in to comment.