@ew-did-registry/credentials-interface
Version:
The package provides interfaces for credentials.
59 lines (58 loc) • 1.64 kB
JSON
{
"name": "@ew-did-registry/credentials-interface",
"version": "0.9.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"description": "The package provides interfaces for credentials.",
"main": "./dist/index.js",
"browser": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register test/**/*.test.ts",
"compile": "webpack --config ../../webpack.config.js",
"lint": "../../node_modules/.bin/eslint src/**/*.ts",
"fix": "../../node_modules/.bin/eslint src/**/*.ts --fix"
},
"keywords": [
"Energy",
"EnergyWeb",
"EW",
"VC",
"VP",
"Credential",
"Presentation",
"VerifiableCredential",
"VerifiablePresentation"
],
"author": {
"name": "EnergyWeb",
"url": "https://www.energyweb.org/"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"node-polyfill-webpack-plugin": "^1.1.4",
"ts-loader": "^9.2.6",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"homepage": "https://github.com/energywebfoundation/ew-did-registry#readme",
"bugs": {
"url": "https://github.com/energywebfoundation/ew-did-registry/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/energywebfoundation/ew-did-registry.git"
},
"dependencies": {
"@sphereon/pex": "^2.0.1",
"@sphereon/pex-models": "^2.0.2",
"@sphereon/ssi-types": "^0.13.0",
"@types/lodash": "^4.14.195",
"joi": "^17.6.0",
"lodash": "^4.17.21"
},
"gitHead": "3a0cf66f57f726ac609e40a6cc9447212099eb95"
}