diff --git a/src/jsr.json b/src/jsr.json index 4c377aadbd..ecf761d992 100644 --- a/src/jsr.json +++ b/src/jsr.json @@ -16,12 +16,7 @@ "./zksync": "./zksync/index.ts" }, "publish": { - "include": [ - "LICENSE", - "README.md", - "CHANGELOG.md", - "**/*.ts" - ], + "include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"], "exclude": [ "**/*.bench.ts", "**/*.bench-d.ts", @@ -29,4 +24,4 @@ "**/*.test-d.ts" ] } -} \ No newline at end of file +} diff --git a/src/package.json b/src/package.json index 2872b4dabf..c86d50b71b 100644 --- a/src/package.json +++ b/src/package.json @@ -94,45 +94,19 @@ }, "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" - ], - "siwe": [ - "./_types/siwe/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"], + "siwe": ["./_types/siwe/index.d.ts"], + "utils": ["./_types/utils/index.d.ts"], + "window": ["./_types/window/index.d.ts"], + "zksync": ["./_types/zksync/index.d.ts"] } }, "peerDependencies": { @@ -156,22 +130,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", - "typescript" - ] + "keywords": ["eth", "ethereum", "dapps", "wallet", "web3", "typescript"] }