{
  "name": "@filecoin-shipyard/lotus-client-rpc",
  "version": "1.2.0",
  "description": "Lotus JS Client RPC Library",
  "keywords": [
    "filecoin"
  ],
  "author": "Jim Pick (@jimpick)",
  "license": "(Apache-2.0 AND MIT)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filecoin-shipyard/js-lotus-client-rpc.git"
  },
  "bugs": {
    "url": "https://github.com/filecoin-shipyard/js-lotus-client-rpc/issues"
  },
  "homepage": "https://github.com/filecoin-shipyard/js-lotus-client-rpc#readme",
  "release": {
    "branches": [
      "master"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "conventionalcommits",
          "releaseRules": [
            {
              "breaking": true,
              "release": "major"
            },
            {
              "revert": true,
              "release": "patch"
            },
            {
              "type": "feat",
              "release": "minor"
            },
            {
              "type": "fix",
              "release": "patch"
            },
            {
              "type": "chore",
              "release": "patch"
            },
            {
              "type": "docs",
              "release": "patch"
            },
            {
              "type": "test",
              "release": "patch"
            },
            {
              "scope": "no-release",
              "release": false
            }
          ]
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "conventionalcommits",
          "presetConfig": {
            "types": [
              {
                "type": "feat",
                "section": "Features"
              },
              {
                "type": "fix",
                "section": "Bug Fixes"
              },
              {
                "type": "chore",
                "section": "Trivial Changes"
              },
              {
                "type": "docs",
                "section": "Trivial Changes"
              },
              {
                "type": "test",
                "section": "Tests"
              }
            ]
          }
        }
      ],
      "@semantic-release/changelog",
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "dual-publish-tmp"
        }
      ],
      "@semantic-release/github",
      "@semantic-release/git"
    ]
  },
  "type": "module",
  "main": "index.cjs",
  "module": "index.js",
  "react-native": "index.js",
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./package.json": "./package.json"
  }
}
