@nimiq/keyguard-client
Version:
Nimiq Keyguard client library
39 lines (38 loc) • 928 B
JSON
{
"name": "@nimiq/keyguard-client",
"version": "1.8.0",
"description": "Nimiq Keyguard client library",
"main": "dist/KeyguardClient.common.js",
"module": "dist/KeyguardClient.es.js",
"types": "types/index.d.ts",
"scripts": {
"typecheck": "tsc",
"lint": "tslint 'src/*.ts'",
"lintfix": "tslint --fix 'src/*.ts'",
"build": "rm -rf build && rm -rf dist && tsc && rollup -c"
},
"files": [
"dist",
"types"
],
"keywords": [
"Nimiq",
"Keyguard"
],
"author": "Nimiq",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nimiq/keyguard/issues"
},
"homepage": "https://github.com/nimiq/keyguard/client#readme",
"dependencies": {
"@nimiq/albatross-wasm": "npm:@nimiq/core@^2.0.0",
"@nimiq/rpc": "^0.3.0",
"@opengsn/common": "^2.2.5"
},
"devDependencies": {
"rollup": "^0.64.0",
"tslint": "^5.11.0",
"typescript": "^5.5.4"
}
}