> For the complete documentation index, see [llms.txt](https://vinu.gitbook.io/vinuchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vinu.gitbook.io/vinuchain/technical-docs/web3-methods/package-json.md).

# package.json

> **Note:** These examples are pinned to ethers v5 and web3 v1, which match the code in this directory. Newer majors (ethers v6, web3 v4) have breaking API changes and require code updates before use.

```
{
  "dependencies": {
    "dotenv": "^16.0.0",
    "ethereumjs-common": "^1.5.2",
    "ethereumjs-tx": "^2.1.2",
    "ethers": "5.7.2",
    "log-timestamp": "^0.3.0",
    "web3": "^1.7.3"
  }
}
```
