{
  "name": "@parity/product-sdk-signer",
  "version": "0.11.1",
  "description": "Signer manager for Polkadot — Host API and dev accounts",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./testing": {
      "import": "./dist/testing.js",
      "types": "./dist/testing.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "polkadot-api": "^2.1.6",
    "@parity/product-sdk-address": "0.1.1",
    "@parity/product-sdk-logger": "0.1.1",
    "@parity/product-sdk-errors": "0.2.0",
    "@parity/product-sdk-host": "0.14.1",
    "@parity/result": "0.2.0",
    "@parity/product-sdk-keys": "0.3.16"
  },
  "devDependencies": {
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^3.1.4"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "clean": "rm -rf dist",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  }
}