{
  "name": "@flarenetwork/flare-periphery-contracts",
  "description": "Smart contracts for all Flare chains",
  "version": "0.1.45",
  "author": "Flare Network",
  "license": "MIT",
  "keywords": [
    "flare",
    "flarenetwork",
    "songbird",
    "smart contracts",
    "defi",
    "state connector",
    "ftso"
  ],
  "files": [
    "coston",
    "coston2",
    "songbird",
    "flare",
    "examples"
  ],
  "dependencies": {
    "@openzeppelin/contracts": "^4.6.0"
  },
  "devDependencies": {
    "hardhat": "^2.22.5",
    "prettier": "^3.0.0",
    "prettier-plugin-solidity": "^1.4.2"
  },
  "prettier": {
    "printWidth": 120,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "es5",
    "tabWidth": 4,
    "arrowParens": "avoid",
    "plugins": [
      "prettier-plugin-solidity"
    ],
    "overrides": [
      {
        "files": "*.json",
        "options": {
          "tabWidth": 2
        }
      },
      {
        "files": "*.sol",
        "options": {
          "parser": "solidity-parse",
          "printWidth": 80,
          "tabWidth": 4,
          "useTabs": false,
          "singleQuote": false,
          "bracketSpacing": false
        }
      }
    ]
  }
}
