@cardano-foundation/cardano-verify-datasignature
Version:
A lightweight typescript library to verify a cip30 datasignature for browser and nodejs
40 lines (39 loc) • 1.04 kB
JSON
{
"name": "@cardano-foundation/cardano-verify-datasignature",
"version": "1.0.11",
"description": "A lightweight typescript library to verify a cip30 datasignature for browser and nodejs",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack && tsc --emitDeclarationOnly",
"test": "jest"
},
"keywords": [
"cardano",
"verification",
"cip8",
"cip30"
],
"license": "Apache-2.0",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.2.4",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"jest": "^29.3.1",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@stricahq/bip32ed25519": "^1.0.4",
"@stricahq/cbors": "^1.0.2",
"@stricahq/cip08": "^1.0.4",
"@stricahq/typhonjs": "^1.2.8",
"blakejs": "^1.2.1"
}
}