UNPKG

verifiablecredentials-crypto-sdk-typescript-keystore

Version:
66 lines (65 loc) 1.52 kB
{ "name": "verifiablecredentials-crypto-sdk-typescript-keystore", "version": "1.1.11", "description": "Package for managing keys in a key store.", "repository": { "type": "git", "url": "https://github.com/microsoft/VerifiableCredentials-Crypto-SDK-Typescript.git" }, "keywords": [ "Decentralized Identity", "Verifiable Credentials", "DID", "crypto", "keys" ], "author": "Microsoft Corporation", "license": "MIT", "main": "./dist/lib/index.js", "scripts": { "build": "tsc --p tsconfig.json", "test": "nyc jasmine-ts --config=./tests/jasmine.json", "lint": "tslint --fix --project . --config ./tslint.json", "lint-pr": "tslint --project . --config ./tslint.json" }, "devDependencies": { "@types/jasmine": "^2.8.9", "jasmine": "3.6.3", "jasmine-reporters": "^2.3.2", "jasmine-spec-reporter": "^6.0.0", "jasmine-ts": "^0.3.0", "nyc": "^15.1.0", "prettier": "^1.18.2", "ts-node": "8.5.4", "tslint": "^5.20.0", "typescript": "4.0.3" }, "dependencies": { "verifiablecredentials-crypto-sdk-typescript-keys": "1.1.11", "@types/node": "14.6.2", "base64url": "^3.0.1", "clone": "^2.1.2", "webcrypto-core": "1.1.8" }, "nyc": { "extension": [ ".ts", ".tsx" ], "include": [ "lib/**" ], "reporter": [ "text", "cobertura", "html" ] }, "files": [ "dist/**", "lib/**", "README.md", "LICENSE", "package.json" ] }