{
  "name": "sintdignissimos",
  "version": "1.4.1",
  "description": "Kirobo.io FCT Core library",
  "author": "LeaGusikowski",
  "main": "lib.cjs/index.js",
  "module": "lib.esm/index.js",
  "types": "lib.esm/index.d.ts",
  "keywords": [
    "atque",
    "web3",
    "officia",
    "quis"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/RossieWaelchi/sintdignissimos.git"
  },
  "license": "LGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/RossieWaelchi/sintdignissimos.git/issues"
  },
  "files": [
    "dist",
    "lib.esm",
    "lib.cjs"
  ],
  "devDependencies": {
    "@flashbots/ethers-provider-bundle": "0.6.2",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.0",
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^7.2.0",
    "@semantic-release/npm": "^11.0.1",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@types/chai": "^4.3.4",
    "@types/graphlib": "^2.1.8",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^10.0.0",
    "@types/node": "^20.8.9",
    "@typescript-eslint/eslint-plugin": "^6.9.0",
    "@typescript-eslint/parser": "^6.9.0",
    "chai": "^4.3.7",
    "cz-conventional-changelog": "^3.3.0",
    "dotenv": "^16.0.3",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-unused-imports": "^3.0.0",
    "ethereum-waffle": "^4.0.10",
    "mocha": "^10.1.0",
    "prettier": "^3.0.3",
    "rollup": "^4.1.5",
    "rollup-plugin-dts": "^6.1.0",
    "semantic-release": "^22.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@kiroboio/fct-plugins": "latest",
    "@metamask/eth-sig-util": "^5.1.0",
    "ethers": "^5.7.2",
    "graphlib": "^2.1.8",
    "node-cache": "^5.1.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ]
  }
}
