{
  "name": "@oasisprotocol/sapphire-contracts",
  "version": "0.2.15",
  "license": "Apache-2.0",
  "description": "Solidity smart contract library for confidential contract development",
  "homepage": "https://github.com/oasisprotocol/sapphire-paratime/tree/main/contracts",
  "repository": {
    "type": "git",
    "url": "https://github.com/oasisprotocol/sapphire-paratime.git"
  },
  "files": [
    "contracts"
  ],
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
    "@nomicfoundation/hardhat-ethers": "^3.0.5",
    "@oasisprotocol/client": "^0.1.1-alpha.2",
    "@typechain/ethers-v6": "^0.5.1",
    "@typechain/hardhat": "^9.1.0",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.18",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "cborg": "^1.9.5",
    "chai": "^4.3.6",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "ethers": "6.x",
    "hardhat": "^2.22.2",
    "hardhat-watcher": "^2.5.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.7.1",
    "prettier-plugin-solidity": "1.0.0-beta.24",
    "siwe": "^2.3.2",
    "solhint": "^3.3.7",
    "solidity-coverage": "^0.8.2",
    "ts-node": "^10.9.1",
    "typechain": "^8.3.2",
    "typescript": "^4.8.3",
    "@noble/hashes": "1.3.2",
    "@oasisprotocol/sapphire-paratime": "^2.2.0",
    "@oasisprotocol/sapphire-ethers-v6": "^6.0.1",
    "@oasisprotocol/sapphire-hardhat": "^2.22.2"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^5.0.2"
  },
  "scripts": {
    "doc": "forge doc --build && ./post-build-doc.sh",
    "lint:eslint": "eslint --ignore-path .gitignore --ext .ts",
    "lint:solhint": "solhint 'contracts/**/*.sol'",
    "lint::prettier": "prettier --cache --check --plugin-search-dir=. --cache '*.json' '**/*.ts' '**/*.sol'",
    "lint": "npm-run-all lint:**",
    "format:eslint": "eslint --fix --ignore-path .gitignore --ext .ts",
    "format:solhint": "solhint --fix 'contracts/**/*.sol'",
    "format::prettier": "prettier --write --plugin-search-dir=. '*.json' '**/*.ts' '**/*.sol'",
    "format": "npm-run-all format:**",
    "build": "hardhat compile",
    "test": "hardhat test --network sapphire-localnet"
  }
}