{
  "name": "@atproto/syntax",
  "version": "0.5.4",
  "license": "MIT",
  "description": "Validation for atproto identifiers and formats: DID, handle, NSID, AT URI, etc",
  "keywords": [
    "atproto",
    "did",
    "nsid",
    "at-uri"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/syntax"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "typescript": "^5.6.3",
    "vitest": "^4.0.16"
  },
  "browser": {
    "dns/promises": false
  },
  "scripts": {
    "test": "vitest run",
    "build": "tsc --build tsconfig.build.json"
  }
}