UNPKG

@arcblock/vc

Version:

Javascript lib to work with ArcBlock Verifiable Credentials

59 lines 1.63 kB
{ "name": "@arcblock/vc", "version": "1.21.2", "description": "Javascript lib to work with ArcBlock Verifiable Credentials", "keywords": [ "arcblock", "blockchain", "did", "sdk" ], "publishConfig": { "access": "public" }, "author": { "name": "wangshijun", "email": "shijun@arcblock.io", "url": "https://github.com/wangshijun" }, "contributors": [ "wangshijun <shijun@arcblock.io> (https://github.com/wangshijun)" ], "homepage": "https://github.com/ArcBlock/blockchain/tree/master/did/vc", "license": "Apache-2.0", "main": "lib/index.js", "files": [ "lib" ], "devDependencies": { "jest": "^29.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/ArcBlock/blockchain.git" }, "bugs": { "url": "https://github.com/ArcBlock/blockchain/issues" }, "dependencies": { "debug": "^4.3.6", "is-absolute-url": "^3.0.3", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.21", "@arcblock/did": "1.21.2", "@ocap/mcrypto": "1.21.2", "@ocap/util": "1.21.2", "@ocap/wallet": "1.21.2" }, "scripts": { "lint": "eslint tests lib", "lint:fix": "eslint --fix tests lib", "docs": "pnpm run gen-dts && pnpm run gen-docs && pnpm run cleanup-docs && pnpm run format-docs", "cleanup-docs": "node ../../scripts/cleanup-docs.js docs/README.md $npm_package_name", "gen-docs": "jsdoc2md lib/index.js > docs/README.md", "gen-dts": "j2d lib/index.js", "format-docs": "remark . -o", "test": "jest --forceExit --detectOpenHandles", "coverage": "npm run test -- --coverage" } }