{
  "name": "solidity-bytes-utils",
  "version": "0.8.4",
  "description": "Solidity bytes tightly packed arrays utility library.",
  "main": "truffle.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:GNSPS/solidity-bytes-utils.git"
  },
  "files": [
    "contracts",
    "test"
  ],
  "keywords": [
    "ethereum",
    "bytes",
    "solidity",
    "library"
  ],
  "authors": [
    "Gonçalo Sá <goncalo.sa@consensys.net>"
  ],
  "scripts": {
    "test": "forge test"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GNSPS/solidity-bytes-utils/issues"
  },
  "homepage": "https://github.com/GNSPS/solidity-bytes-utils#readme"
}
