{
  "name": "@spruceid/siwe-parser",
  "version": "2.1.2",
  "description": "Parse Messages that conform to EIP-4361: Sign-In with Ethereum (SIWE)",
  "main": "dist/parsers.js",
  "types": "dist/parsers.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "lint": "eslint --ext .js,.ts .",
    "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
  },
  "author": "Spruce Systems Inc.",
  "keywords": [
    "ethereum",
    "sign-in",
    "sign-in-with-ethereum",
    "siwe",
    "siwe-parser"
  ],
  "homepage": "https://github.com/spruceid/siwe",
  "license": "Apache-2.0",
  "dependencies": {
    "@noble/hashes": "^1.1.2",
    "apg-js": "^4.3.0",
    "uri-js": "^4.4.1",
    "valid-url": "^1.0.9"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.23.0",
    "@typescript-eslint/parser": "^5.23.0",
    "eslint": "^8.15.0",
    "eslint-config-prettier": "^8.5.0",
    "prettier": "^2.6.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spruceid/siwe.git"
  },
  "bugs": {
    "url": "https://github.com/spruceid/siwe/issues"
  },
  "gitHead": "4290e1fb3702c97ffee16112492216ad4c4654c1"
}
