{
  "name": "@did-plc/lib",
  "version": "0.0.4",
  "main": "dist/index.js",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "prettier": "prettier --check src/",
    "prettier:fix": "prettier --write src/",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "yarn lint --fix",
    "verify": "run-p prettier lint",
    "verify:fix": "yarn prettier:fix && yarn lint:fix",
    "build": "node ./build.js",
    "postbuild": "tsc --build tsconfig.build.json",
    "update-main-to-dist": "node ./update-pkg.js --update-main-to-dist",
    "update-main-to-src": "node ./update-pkg.js --update-main-to-src",
    "prepublish": "npm run update-main-to-dist",
    "postpublish": "npm run update-main-to-src"
  },
  "dependencies": {
    "@atproto/common": "0.1.1",
    "@atproto/crypto": "0.1.0",
    "@ipld/dag-cbor": "^7.0.3",
    "axios": "^1.3.4",
    "multiformats": "^9.6.4",
    "uint8arrays": "3.0.0",
    "zod": "^3.14.2"
  },
  "devDependencies": {
    "eslint-plugin-prettier": "^4.2.1"
  }
}
