{
  "name": "@c4312/blake3-internal",
  "version": "3.0.0",
  "description": "Internal shared package for BLAKE3 bindings",
  "engines": {
    "node": ">=16"
  },
  "gypfile": true,
  "module": "./esm/index",
  "main": "./dist/index",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/connor4312/blake3.git"
  },
  "bugs": {
    "url": "https://github.com/connor4312/blake3/issues"
  },
  "homepage": "https://github.com/connor4312/blake3#readme",
  "author": "Connor Peet <connor@peet.io>",
  "license": "MIT"
}
