{
  "name": "@myclique/governance-sdk",
  "author": "",
  "keywords": [
    "clique",
    "sdk",
    "governance",
    "DAO",
    "STP"
  ],
  "version": "0.4.0-alpha",
  "description": "The SDK is provides easy access to the high level interactions to be governance with an Clique DAO.",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/sdk.esm.js",
  "typings": "dist/index.d.ts",
  "homepage": "https://myclique.io/",
  "repository": "https://github.com/STPDevteam/clique-sdk",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "TESTING=true tsdx test --verbose",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "es5"
  },
  "size-limit": [
    {
      "path": "dist/sdk.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/sdk.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/big.js": "^6.1.6",
    "@types/jest": "^29.0.3",
    "size-limit": "^7.0.8",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@ethersproject/abstract-signer": "^5.5.0",
    "@ethersproject/bignumber": "^5.5.0",
    "@ethersproject/constants": "^5.5.0",
    "@ethersproject/contracts": "^5.5.0",
    "@ethersproject/providers": "^5.5.0",
    "@ethersproject/wallet": "^5.5.0",
    "axios": "^0.27.2",
    "big.js": "^6.2.1",
    "decimal.js-light": "^2.5.1",
    "jsbi": "^4.3.0",
    "tiny-invariant": "^1.3.1",
    "tiny-warning": "^1.0.3",
    "toformat": "^2.0.0"
  },
  "jest": {
    "testTimeout": 20000
  }
}
