Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaoleshko committed Nov 28, 2024
1 parent b4e9538 commit 4a09435
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"sdk",
"js-sdk"
],
"type": "module",
"main": "./dist/cjs/main.js",
"module": "./dist/esm/main.js",
"types": "./dist/types/main.d.ts",
Expand All @@ -31,6 +30,10 @@
"docs": "typedoc --entryPoints src/main.ts",
"build": "ts-node tools/build.mjs"
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/jest": "^29.5.13",
Expand Down

0 comments on commit 4a09435

Please sign in to comment.