{
  "name": "@rsksmart/rsk-precompiled-abis",
  "version": "9.0.0-VETIVER",
  "description": "Utility to interact with RSK native contracts",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rsksmart/rsk-precompiled-abis.git"
  },
  "homepage": "https://github.com/rsksmart/rsk-precompiled-abis#readme",
  "scripts": {
    "test": "mocha ./tests/*"
  },
  "license": "ISC",
  "devDependencies": {
    "ethers": "6.16.0",
    "mocha": "11.7.5"
  },
  "types": "./types/index.d.ts"
}
