synapsecns/sanguine

View on GitHub
packages/sdk-router/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@synapsecns/sdk-router",
  "description": "An SDK for interacting with the Synapse Protocol",
  "version": "0.11.8",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/synapsecns/sanguine.git"
  },
  "engines": {
    "node": ">=18.17.0"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "npm run lint:fix && npm run lint:check",
    "lint:check": "eslint . --max-warnings=0 --ext ts --ext tsx --ext js --ext jsx",
    "ci:lint": "npm run lint:check",
    "lint:fix": "eslint . --fix --max-warnings=0 --ext ts --ext tsx --ext js --ext jsx",
    "test:coverage": "tsdx test --coverage",
    "prepare": "tsdx build",
    "preinstall": "command -v tsdx >/dev/null 2>&1 && tsdx build || echo 'tsdx not found'",
    "size": "size-limit",
    "spellcheck": "cspell \"README.md\" --show-suggestions",
    "ci:spellcheck": "cspell \"README.md\" --no-progress --show-suggestions",
    "analyze": "size-limit --why",
    "build:go": " ",
    "build:slither": " "
  },
  "publishConfig": {
    "access": "public"
  },
  "typedoc": {
    "entryPoint": "./src/sdk.ts",
    "readmeFile": "./README.md",
    "displayName": "SDK ROUTER",
    "tsconfig": "./tsconfig.json"
  },
  "module": "dist/sdk-v2.esm.js",
  "devDependencies": {
    "@codecov/rollup-plugin": "^0.0.1-beta.10",
    "@ethersproject/providers": "^5.7.0",
    "@types/big.js": "^4.0.5",
    "@types/jest": "^24.0.25",
    "cspell": "^8.15.4",
    "dotenv": "^16.3.1",
    "husky": "^8.0.1",
    "jest-fetch-mock": "^3.0.3",
    "jest-mock-extended": "^3.0.5",
    "node-fetch": "^2.0.0",
    "size-limit": "^8.1.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typedoc": "^0.25.7",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-transform-modules-commonjs": "^7.24.8",
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/address": "^5.7.0",
    "@ethersproject/bignumber": "^5.7.0",
    "@ethersproject/bytes": "^5.7.0",
    "@ethersproject/constants": "^5.7.0",
    "@ethersproject/contracts": "^5.7.0",
    "babel-jest": "^25.2.6",
    "big.js": "^5.2.2",
    "decimal.js-light": "^2.5.1",
    "ethers": "^5.7.2",
    "jest": "^29.7.0",
    "jsbi": "^4.3.0",
    "node-cache": "^5.1.2",
    "tiny-invariant": "^1.2.0",
    "toformat": "^2.0.0",
    "ts-xor": "^1.1.0",
    "uuidv7": "^1.0.1"
  }
}