{
  "name": "@bcts/lifehash",
  "version": "1.0.0-beta.5",
  "type": "module",
  "description": "Blockchain Commons LifeHash Visual Hash Library for TypeScript",
  "license": "BSD-2-Clause-Patent",
  "author": "Parity Technologies <admin@parity.io> (https://parity.io)",
  "homepage": "https://bcts.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/paritytech/bcts",
    "directory": "packages/lifehash"
  },
  "bugs": {
    "url": "https://github.com/paritytech/bcts/issues"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "browser": "dist/index.iife.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "test:watch": "vitest",
    "check:parity": "vitest run tests/parity.test.ts",
    "lint": "eslint 'src/**/*.ts' 'tests/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts' 'tests/**/*.ts' --fix",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "docs": "typedoc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "lifehash",
    "visual-hash",
    "hash-visualization",
    "blockchain-commons",
    "game-of-life",
    "cellular-automata",
    "fiducial",
    "identity",
    "fingerprint"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@bcts/crypto": "^1.0.0-beta.5"
  },
  "devDependencies": {
    "@bcts/eslint": "^0.1.0",
    "@bcts/tsconfig": "^0.1.0",
    "@eslint/js": "^10.0.1",
    "@types/node": "^26.0.1",
    "eslint": "^10.6.0",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.19",
    "tsdown": "^0.22.3",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  }
}
