UNPKG

@spruceid/siwe-parser

Version:

Parse Messages that conform to EIP-4361: Sign-In with Ethereum (SIWE)

46 lines (45 loc) 1.22 kB
{ "name": "@spruceid/siwe-parser", "version": "3.0.0", "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)\"", "apg": "../../node_modules/apg-js/bin/apg.sh -i ./lib/siwe-abnf.txt -o ./lib/siwe-grammar --typescript" }, "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.4.0" }, "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" } }