UNPKG

sign-in-with-ethereum-parser

Version:

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

48 lines (47 loc) 1.36 kB
{ "name": "sign-in-with-ethereum-parser", "version": "3.0.1", "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": "Ethereum Identity Foundation", "keywords": [ "ethereum", "sign-in", "sign-in-with-ethereum", "siwe", "siwe-parser", "sign-in-with-ethereum-parser" ], "homepage": "https://github.com/signinwithethereum/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/signinwithethereum/siwe.git" }, "bugs": { "url": "https://github.com/signinwithethereum/siwe/issues" }, "gitHead": "6fe998688e36e49c19f8f39f9e6e2a24a38d7cc7" }