{
  "name": "@aryze/reforge-sdk",
  "version": "0.0.18",
  "description": "SDK for interacting with reForge from ARYZE.",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "rollup -c"
  },
  "keywords": [
    "aryze",
    "reforge"
  ],
  "author": "ARYZE DEVs",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@types/node": "^20.11.17",
    "rollup": "^4.10.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "ethers": "^6.11.0"
  },
  "repository": {
    "type": "git",
    "url": "github.com/aryze/aryze-reforge"
  }
}
