{
  "name": "@atproto/repo",
  "version": "0.9.1",
  "license": "MIT",
  "description": "atproto repo and MST implementation",
  "keywords": [
    "atproto",
    "mst"
  ],
  "engines": {
    "node": ">=18.7.0"
  },
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/repo"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "varint": "^6.0.0",
    "zod": "^3.23.8",
    "@atproto/common": "^0.5.16",
    "@atproto/common-web": "^0.4.20",
    "@atproto/crypto": "^0.4.5",
    "@atproto/lex-cbor": "^0.0.16",
    "@atproto/lex-data": "^0.0.15",
    "@atproto/syntax": "^0.5.3"
  },
  "devDependencies": {
    "jest": "^28.1.2",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "test": "jest",
    "test:profile": "node --inspect ../../node_modules/.bin/jest",
    "build": "tsc --build tsconfig.build.json"
  }
}