kleros/kleros-v2

View on GitHub
kleros-sdk/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@kleros/kleros-sdk",
  "version": "0.1.0",
  "description": "SDK for Kleros version 2",
  "main": "index.ts",
  "repository": "git@github.com:kleros/kleros-v2.git",
  "author": "Kleros",
  "license": "MIT",
  "alias": {
    "src": "./src",
    "dataMappings": "./src/dataMappings"
  },
  "packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186",
  "engines": {
    "node": ">=16.0.0"
  },
  "type": "commonjs",
  "volta": {
    "node": "20.11.0"
  },
  "scripts": {
    "build": "your-build-script",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:run": "vitest run"
  },
  "devDependencies": {
    "@types/mustache": "^4.2.5",
    "@vitest/ui": "^1.1.3",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "vitest": "^1.1.3"
  },
  "dependencies": {
    "@kleros/kleros-v2-contracts": "workspace:^",
    "@reality.eth/reality-eth-lib": "^3.2.30",
    "mustache": "^4.2.0",
    "zod": "^3.22.4"
  }
}