{
  "name": "@stratosphere-network/dividends",
  "version": "1.0.0",
  "description": "Dividend management functionality for Strato SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "echo 'test'",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "echo 'test'",
    "test:watch": "echo 'test'",
    "test:coverage": "echo 'test'"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.0.0",
    "jest": "^29.7.0",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "viem": "^2.30.6"
  }
}
