Skip to content

Commit

Permalink
fix: updates in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya committed Jan 16, 2025
1 parent fde7f37 commit 240b6c0
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"name": "ssv-sdk",
"name": "@ssv-labs/ssv-sdk",
"version": "0.0.1",
"author": "SSV.Labs",
"description": "ssv labs sdk",
"keywords": [
"ssv",
"sdk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/crper/rollup-typescript-lib-boilerplate.git"
},
"homepage": "https://github.com/crper/rollup-typescript-lib-boilerplate#readme",
"bugs": {
"url": "https://github.com/crper/rollup-typescript-lib-boilerplate/issues",
"email": "crper@outlook.com"
},
"private": false,
"repository": "https://github.com/ssvlabs/ssv-sdk",
"files": [
"dist"
],
Expand Down Expand Up @@ -121,14 +112,6 @@
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"licenses": [
{
"GNU": "SEE LICENSE IN LICENCE FILE"
}
],
"dependencies": {
"@chainsafe/bls": "^8.1.0",
"@chainsafe/bls-keygen": "^0.4.0",
Expand All @@ -148,5 +131,6 @@
"ssv-keys": "^1.2.1",
"viem": "^2.21.30",
"zod": "^3.23.8"
}
},
"license": "SEE LICENSE IN LICENCE FILE"
}

0 comments on commit 240b6c0

Please sign in to comment.