{
  "name": "mochimo-wots",
  "version": "1.2.7",
  "description": "TypeScript implementation of Mochimo WOTS for v3",
  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "vite build",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepare": "pnpm build",
    "prepublishOnly": "pnpm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wagleanuj/mochimo-wots.git"
  },
  "keywords": [
    "cryptocurrency",
    "cryptography",
    "wots",
    "one-time-signature",
    "typescript",
    "mochimo"
  ],
  "author": "Anuj Wagle",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wagleanuj/mochimo-wots/issues"
  },
  "homepage": "https://github.com/wagleanuj/mochimo-wots#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.0.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^4.5.0",
    "vite": "^6.0.5",
    "vite-plugin-dts": "^4.4.0"
  },
  "dependencies": {
    "@noble/hashes": "^1.7.0",
    "bs58": "^6.0.0"
  }
}
