{
  "name": "@guildofweavers/merkle",
  "version": "0.3.12",
  "description": "Merkle tree and other data structures",
  "main": "index.js",
  "typings": "merkle.d.ts",
  "license": "MIT",
  "author": {
    "name": "Bobbin Threadbare",
    "email": "bobbinth@protonmail.com"
  },
  "keywords": [
    "merkle tree",
    "merkle proof",
    "cryptography"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GuildOfWeavers/merkle.git"
  },
  "engines": {
    "node": ">=12.7.x"
  },
  "dependencies": {
    "@assemblyscript/loader": "0.8.x"
  },
  "devDependencies": {
    "@types/chai": "4.2.x",
    "@types/mocha": "5.2.x",
    "@types/node": "12.7.x",
    "assemblyscript": "0.8.x",
    "chai": "4.2.x",
    "del": "5.0.x",
    "gulp": "4.0.x",
    "gulp-mocha": "6.0.x",
    "mocha": "6.2.x"
  }
}
