crypto-signer
Version:
crypto-signer is a utility library used to sign transactions in MediSOT v2
40 lines (39 loc) • 943 B
JSON
{
"name": "crypto-signer",
"version": "1.0.5",
"description": "crypto-signer is a utility library used to sign transactions in MediSOT v2",
"main": "index.js",
"types": "./types/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"tsc": "tsc -p tsconfig.json",
"prepublishOnly": "rm lib -rf && npm run tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medisot/crypto-signer.git"
},
"keywords": [
"Digital",
"signature",
"signing",
"verify",
"edcsa"
],
"author": "Prasanth Sundaravelu",
"license": "ISC",
"bugs": {
"url": "https://github.com/medisot/crypto-signer/issues"
},
"homepage": "https://github.com/medisot/crypto-signer#readme",
"devDependencies": {
"@types/node": "^14.14.14"
},
"dependencies": {
"elliptic": "^6.5.3",
"jsrsasign": "^10.1.4"
}
}