{
  "name": "siwb-lasereyes",
  "version": "1.0.9",
  "description": "React hook and context provider for easy frontend integration with SIWB enabled Internet Computer canisters.",
  "author": "fermartz",
  "keywords": [
    "dfinity",
    "ic",
    "internet computer",
    "react",
    "hook",
    "actor",
    "siwb",
    "bitcoin"
  ],
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf dist",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "build": "rm -rf dist && node build.js && tsc --emitDeclarationOnly",
    "dev": "run-p dev:*",
    "dev:tsc": "tsc --watch --preserveWatchOutput",
    "dev:esbuild": "npm run build --watch"
  },
  "peerDependencies": {
    "@dfinity/agent": "2.4.1",
    "@dfinity/candid": "2.4.1",
    "@dfinity/identity": "2.4.1",
    "react": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.6",
    "@types/react": "^18.3.3",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@typescript-eslint/parser": "^6.10.0",
    "esbuild": "^0.19.5",
    "eslint": "^8.53.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.4",
    "npm-run-all": "^4.1.5",
    "react": "^18.3.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@dfinity/principal": "^2.4.1",
    "@omnisat/lasereyes": "^0.0.158",
    "@omnisat/lasereyes-core": "^0.0.80"
  }
}
