{
  "name": "@windingtree/org.id",
  "version": "3.1.1",
  "description": "ORGiD is Decentralized Identifier (DID) Protocol for Organizations",
  "license": "GPL-3.0-only",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "test": "npx hardhat test",
    "test:gas": "REPORT_GAS=true npx hardhat test",
    "test:opt": "npx hardhat --network optimismLocalhost test",
    "lint": "npx solhint contracts/*.sol",
    "size": "npx hardhat size-contracts",
    "compile": "npx hardhat compile",
    "build": "rm -rf dist && yarn compile && tsc -p tsconfig-build.json",
    "coverage": "npx hardhat coverage --testfiles \"test/**/*.spec.ts\"",
    "coverage:coveralls": "yarn coverage && cat coverage/lcov.info | npx coveralls",
    "node:opt": "docker-compose -f optimism/ops/docker-compose-nobuild.yml up -t 60"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/windingtree/org.id"
  },
  "keywords": [
    "orgid",
    "winding tree",
    "smart contract",
    "solidity",
    "typescript"
  ],
  "author": "Winding Tree Developers <dev@windingtree.com>",
  "contributors": [
    "Kostiantyn Smyrnov <kostysh@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/windingtree/org.id/issues"
  },
  "homepage": "https://github.com/windingtree/org.id/tree/master#readme",
  "dependencies": {
    "@openzeppelin/contracts-upgradeable": "4.7.3"
  },
  "devDependencies": {
    "@types/node": "18.8.5",
    "@types/mocha": "10.0.0",
    "@types/chai": "4.3.3",
    "ethereum-waffle": "3.4.4",
    "@nomiclabs/hardhat-ethers": "2.2.1",
    "@nomiclabs/hardhat-waffle": "2.0.3",
    "@nomiclabs/hardhat-etherscan": "3.1.2",
    "@eth-optimism/hardhat-ovm": "0.2.4",
    "@openzeppelin/hardhat-upgrades": "1.20.1",
    "hardhat-contract-sizer": "2.6.1",
    "hardhat-gas-reporter": "1.0.9",
    "ts-node": "10.9.1",
    "ethers": "5.7.1",
    "solhint": "3.3.7",
    "chai": "4.3.6",
    "hardhat": "2.12.0",
    "typescript": "4.8.4",
    "solc": "0.8.17",
    "solidity-coverage": "0.8.2",
    "coveralls": "3.1.1",
    "typechain": "8.1.0",
    "@typechain/hardhat": "6.1.3",
    "@typechain/ethers-v5": "10.1.0",
    "@windingtree/secure-env-cli": "1.0.3"
  }
}
