diff --git a/src/package.json b/src/package.json index 9309ac567d..1ee6696c47 100644 --- a/src/package.json +++ b/src/package.json @@ -88,42 +88,18 @@ }, "typesVersions": { "*": { - "accounts": [ - "./_types/accounts/index.d.ts" - ], - "actions": [ - "./_types/actions/index.d.ts" - ], - "celo": [ - "./_types/celo/index.d.ts" - ], - "chains": [ - "./_types/chains/index.d.ts" - ], - "chains/utils": [ - "./_types/chains/utils.d.ts" - ], - "ens": [ - "./_types/ens/index.d.ts" - ], - "experimental": [ - "./_types/experimental/index.d.ts" - ], - "node": [ - "./_types/node/index.d.ts" - ], - "op-stack": [ - "./_types/op-stack/index.d.ts" - ], - "utils": [ - "./_types/utils/index.d.ts" - ], - "window": [ - "./_types/window/index.d.ts" - ], - "zksync": [ - "./_types/zksync/index.d.ts" - ] + "accounts": ["./_types/accounts/index.d.ts"], + "actions": ["./_types/actions/index.d.ts"], + "celo": ["./_types/celo/index.d.ts"], + "chains": ["./_types/chains/index.d.ts"], + "chains/utils": ["./_types/chains/utils.d.ts"], + "ens": ["./_types/ens/index.d.ts"], + "experimental": ["./_types/experimental/index.d.ts"], + "node": ["./_types/node/index.d.ts"], + "op-stack": ["./_types/op-stack/index.d.ts"], + "utils": ["./_types/utils/index.d.ts"], + "window": ["./_types/window/index.d.ts"], + "zksync": ["./_types/zksync/index.d.ts"] } }, "peerDependencies": { @@ -147,21 +123,12 @@ "license": "MIT", "homepage": "https://viem.sh", "repository": "wevm/viem", - "authors": [ - "awkweb.eth", - "jxom.eth" - ], + "authors": ["awkweb.eth", "jxom.eth"], "funding": [ { "type": "github", "url": "https://github.com/sponsors/wevm" } ], - "keywords": [ - "eth", - "ethereum", - "dapps", - "wallet", - "web3" - ] + "keywords": ["eth", "ethereum", "dapps", "wallet", "web3"] }