{
  "name": "nimbora-sdk",
  "version": "1.3.1",
  "description": "Interact with your favorite L1 protocols, at a fraction of the cost of L2!",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc"
  },
  "license": "MIT",
  "dependencies": {
    "@types/jest": "^29.5.4",
    "ethers": "^5.7.0",
    "jest": "^29.7.0",
    "starknet": "^5.24.3"
  },
  "devDependencies": {
    "@types/node": "^20.5.7",
    "ts-jest": "^29.1.1"
  },
  "publishConfig": {
    "access": "public"
  }
}