-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from ssvlabs/small-editions-in-package-json
fix: small editions in package json
- Loading branch information
Showing
6 changed files
with
25 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
pnpm lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
{ | ||
"name": "ssv-sdk", | ||
"description": "A starter project that makes creating a TypeScript library extremely easy.", | ||
"version": "0.0.1", | ||
"author": "SSV.Labs", | ||
"description": "ssv labs sdk", | ||
"keywords": [ | ||
"typescript", | ||
"library", | ||
"starter", | ||
"boilerplate", | ||
"rollup", | ||
"vitest" | ||
"ssv", | ||
"sdk" | ||
], | ||
"author": { | ||
"name": "crper", | ||
"email": "[email protected]", | ||
"url": "https://github.com/crper" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/crper/rollup-typescript-lib-boilerplate.git" | ||
|
@@ -24,8 +17,6 @@ | |
"email": "[email protected]" | ||
}, | ||
"private": false, | ||
"version": "0.2.0", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
|
@@ -57,7 +48,7 @@ | |
"release": "release-it", | ||
"commit": "git-cz", | ||
"lint-staged": "pnpm run type-check && pnpm vitest run && lint-staged", | ||
"prepare": "husky && npm run build" | ||
"prepare": "husky && pnpm run build" | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{ts,tsx,js,json}": [ | ||
|
@@ -89,6 +80,7 @@ | |
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@rollup/rollup-darwin-x64": "^4.30.1", | ||
"@types/eslint-plugin-prettier": "^3.1.3", | ||
"@types/lodash-es": "^4.17.12", | ||
"@types/node": "^20.12.7", | ||
|
@@ -127,15 +119,14 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://www.opensource.org/licenses/mit-license.php" | ||
"GNU": "SEE LICENSE IN LICENCE FILE" | ||
} | ||
], | ||
"dependencies": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"root":["./src/global.d.ts","./src/main.ts","./src/sdk.ts","./src/__tests__/cluster-methods.test.ts","./src/__tests__/contract-interaction.test.ts","./src/__tests__/init.test.ts","./src/__tests__/keyshares.test.ts","./src/__tests__/keystores.test.ts","./src/__tests__/operator-methods.test.ts","./src/__tests__/sdk-utils.test.ts","./src/__tests__/utils.test.ts","./src/abi/token.ts","./src/abi/holesky/v4/getter.ts","./src/abi/holesky/v4/setter.ts","./src/abi/mainnet/v4/getter.ts","./src/abi/mainnet/v4/setter.ts","./src/api/ssv-api/index.ts","./src/api/subgraph/index.ts","./src/config/chains.ts","./src/config/create.ts","./src/config/globals.ts","./src/config/index.ts","./src/contract-interactions/create.ts","./src/contract-interactions/index.ts","./src/contract-interactions/types.ts","./src/libs/api/index.ts","./src/libs/cluster/index.ts","./src/libs/cluster/methods/deposit.ts","./src/libs/cluster/methods/exit-validators.ts","./src/libs/cluster/methods/index.ts","./src/libs/cluster/methods/liquidate-cluster.ts","./src/libs/cluster/methods/reactivate-cluster.ts","./src/libs/cluster/methods/register-validators.ts","./src/libs/cluster/methods/remove-validators.ts","./src/libs/cluster/methods/set-fee-recipient.ts","./src/libs/cluster/methods/withdraw.ts","./src/libs/operator/index.ts","./src/libs/operator/methods.ts","./src/libs/utils/index.ts","./src/libs/utils/methods/get-cluster-balance.ts","./src/libs/utils/methods/index.ts","./src/libs/utils/methods/keyshares.ts","./src/libs/utils/methods/keystores.ts","./src/libs/utils/methods/methods.ts","./src/mock/api.ts","./src/mock/config.ts","./src/mock/index.ts","./src/types/contract-interactions.ts","./src/types/methods.ts","./src/types/operator.ts","./src/types/utils.ts","./src/utils/bigint.ts","./src/utils/cluster.ts","./src/utils/contract.ts","./src/utils/index.ts","./src/utils/keyshares.ts","./src/utils/number.ts","./src/utils/operator.ts","./src/utils/try-catch.ts","./src/utils/url-join.ts","./src/utils/zod/config.ts","./hardhat.types.d.ts"],"version":"5.7.3"} |