{
  "name": "test-keyguard-client",
  "version": "0.0.21-01",
  "description": "Nimiq Keyguard client library dev test",
  "main": "dist/KeyguardClient.common.js",
  "module": "dist/KeyguardClient.es.js",
  "types": "types/index.d.ts",
  "scripts": {
    "typecheck": "tsc",
    "lint": "tslint 'src/*.ts'",
    "lint-fix": "tslint --fix 'src/*.ts'",
    "build": "tsc && rollup -c"
  },
  "files": [
    "dist",
    "types"
  ],
  "keywords": [
    "Nimiq",
    "Keyguard"
  ],
  "author": "Nimiq",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nimiq/keyguard-next/issues"
  },
  "homepage": "https://github.com/nimiq/keyguard-next/client#readme",
  "dependencies": {
    "@nimiq/rpc": "^0.0.10"
  },
  "devDependencies": {
    "@nimiq/core-types": "^1.0.0",
    "rollup": "^0.64.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6"
  }
}
