UNPKG

@identity.com/verifiable-presentations

Version:

Utility Library to securely handle verifiable presentations

66 lines (65 loc) 2.06 kB
{ "name": "@identity.com/verifiable-presentations", "version": "3.0.3", "description": "Utility Library to securely handle verifiable presentations", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "audit-ci": "audit-ci --config audit-ci.json", "audit:fix": "audit fix", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "lint:fix": "tslint -p tsconfig.json --fix", "build": "tsc", "test": "jest --config jestconfig.json --coverage", "test:file": "jest --config jestconfig.json --", "docs": "typedoc --out docs src && touch docs/.nojekyll", "prepare": "npm run build", "prepublish": "npm run build", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "pretag": "git fetch --tags", "tag": "git tag v$npm_package_version && git push origin --tags", "release:create": "hub release create -m v$npm_package_version v$npm_package_version" }, "repository": { "type": "git", "url": "git+https://github.com/identity-com/verifiable-presentations.git" }, "keywords": [ "DynamicScopeRequest", "Credential", "Identity" ], "author": "Identity.com", "license": "MIT", "bugs": { "url": "https://github.com/identity-com/verifiable-presentations/issues" }, "homepage": "https://github.com/identity-com/verifiable-presentations#readme", "devDependencies": { "@types/jest": "^24.9.1", "@types/node": "^12.12.31", "@types/sjcl": "^1.0.29", "@types/uuid": "^8.0.0", "audit-ci": "^4.1.0", "jest": "^24.9.0", "prettier": "^1.19.1", "ts-jest": "^24.3.0", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.15.8", "typescript": "^4.3.5" }, "dependencies": { "@identity.com/credential-commons": "^3.0.1", "@identity.com/dsr": "^3.0.1", "ramda": "^0.27.1", "sjcl": "^1.0.8", "uuid": "^8.3.0" } }