@rsksmart/express-did-auth
Version:
Authentication with Verifiable Credentials for Express.js
74 lines (73 loc) • 2.15 kB
JSON
{
"name": "@rsksmart/express-did-auth",
"version": "0.1.7",
"description": "Authentication with Verifiable Credentials for Express.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"scripts": {
"build": "npx tsc",
"test": "npx jest",
"test:ci": "npx jest --coverage",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"lint:ci": "npx eslint . --ext .js,.jsx,.ts,.tsx --format html --output-file ./coverage/eslint.html",
"lint:fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsksamrt/rif-identity.js.git"
},
"keywords": [
"rsk",
"rif",
"identity"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rsksmart/rif-identity.js/issues"
},
"homepage": "https://github.com/rsksmart/rif-identity.js#readme",
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.9.36",
"@types/express": "^4.17.8",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"daf-selective-disclosure": "6.3.0",
"did-jwt": "^4.6.2",
"did-jwt-vc": "^1.0.6",
"did-resolver": "^2.1.1",
"ethereumjs-util": "^7.0.7",
"ethr-did-resolver": "^3.0.0",
"express": "^4.17.1",
"js-sha3": "^0.8.0"
},
"devDependencies": {
"@rsksmart/rif-id-ethr-did": "0.1.0",
"@rsksmart/rif-id-mnemonic": "0.1.0",
"@types/jest": "^26.0.0",
"@types/mockdate": "^2.0.0",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.3.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.15.0",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"mockdate": "^3.0.2",
"supertest": "^5.0.0",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
}
}