{
  "name": "@shawncoe/asset-hub-sdk",
  "version": "2.0.0-beta.1",
  "description": "100% Decentralized Payment Gateway for Polkadot Asset Hub - True Web3 Stripe Alternative",
  "main": "frontend/sdk/dist/index.js",
  "types": "frontend/sdk/dist/index.d.ts",
  "scripts": {
    "build": "cd frontend/sdk && npm run build",
    "build:sdk": "cd frontend/sdk && npm run build",
    "test": "cd frontend/sdk && npm test",
    "test:watch": "cd frontend/sdk && npm test -- --watch",
    "test:ci": "cd frontend/sdk && npm test -- --ci --coverage",
    "lint": "cd frontend/sdk && npm run lint",
    "lint:fix": "cd frontend/sdk && npm run lint:fix"
  },
  "keywords": [
    "polkadot",
    "asset-hub",
    "paseo",
    "payment",
    "gateway",
    "crypto",
    "blockchain",
    "web3",
    "serverless",
    "decentralized",
    "substrate"
  ],
  "author": "Shawn",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/CoachCoe/pmt-gateway.git"
  },
  "homepage": "https://coachcoe.github.io/pmt-gateway/",
  "bugs": {
    "url": "https://github.com/CoachCoe/pmt-gateway/issues"
  },
  "dependencies": {
    "@polkadot/api": "^11.3.1",
    "@polkadot/extension-dapp": "^0.47.6",
    "@polkadot/keyring": "^13.1.1",
    "@polkadot/util": "^13.1.1",
    "@polkadot/util-crypto": "^13.1.1",
    "eventemitter3": "^5.0.1",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/jest": "^29.5.8",
    "@types/node": "^20.10.4",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.54.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
