{
  "name": "merkle-json",
  "version": "2.15.0",
  "description": "Compute hash of Javascript object having optional Merkle hash tags",
  "main": "index.js",
  "directories": {
    "test": "test",
    "dist": "dist",
    "src": "src",
    "doc": "doc"
  },
  "devDependencies": {
    "@sc-voice/vitest": "^4.0.1"
  },
  "engine-strict": true,
  "engines": {
    "node": ">=6.11.0"
  },
  "scripts": {
    "test": "vitest run",
    "test:test": "vitest -w --reporter=min -t TEST"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oyamist/merkle-json.git"
  },
  "bin": {},
  "keywords": [
    "REST",
    "resource bundle",
    "express",
    "kinann-org"
  ],
  "author": "Karl Lew",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oyamist/merkle-json/issues"
  },
  "homepage": "https://github.com/oyamist/merkle-json"
}
