@transmute/ld-key-pair
Version:
Linked Data Key Pair Interfaces, common methods, and tests
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "@transmute/ld-key-pair",
"version": "0.7.0-unstable.82",
"description": "Linked Data Key Pair Interfaces, common methods, and tests",
"author": "mprorock@mesur.io",
"license": "Apache-2.0",
"homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/ld-key-pair",
"repository": {
"type": "git",
"url": "https://github.com/transmute-industries/verifiable-data.git",
"directory": "packages/ld-key-pair"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16"
},
"files": [
"dist",
"src"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint src --fix ",
"prepare": "tsdx build"
},
"keywords": [
"json-ld",
"jsonld",
"linked",
"data",
"pairing"
],
"devDependencies": {
"tsdx": "^0.14.1",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
},
"gitHead": "6e77985eb585897d1b7abd352ee688e51fc66a06"
}