{
  "name": "supersub",
  "version": "0.0.34",
  "description": "Supersub JS Sdk",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "typings": "dist/index.d.ts",
  "jsnext:main": "dist/index.es.js",
  "scripts": {
    "build": "rm -rf dist && rollup -c --bundleConfigAsCjs",
    "build:watch": "rm -rf dist && rollup -c --watch --bundleConfigAsCjs",
    "format": "prettier --write '**/**/*.{js,}'",
    "lint": "eslint --ext .js,.ts,.tsx,.jsx --ignore-path .eslintignore .",
    "lint:fix": "npm run lint -- --fix",
    "test": "jest --env=jsdom",
    "test:watch": "jest --watch --verbose --env=jsdom"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codergon/supersub-sdk.git"
  },
  "keywords": [
    "supersub",
    "sdk",
    "subscription",
    "subscription management",
    "payment",
    "recurrent payment"
  ],
  "author": "Kester Atakere",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/codergon/supersub-sdk/issues"
  },
  "homepage": "https://github.com/codergon/supersub-sdk#readme",
  "dependencies": {
    "@alchemy/aa-accounts": "3.13.0",
    "@alchemy/aa-alchemy": "3.13.0",
    "@alchemy/aa-core": "^3.12.3",
    "@phosphor-icons/react": "^2.1.5",
    "@privy-io/react-auth": "^1.64.0",
    "@privy-io/wagmi": "^0.2.4",
    "@tanstack/react-query": "^5.28.14",
    "@types/node": "^20.3.0",
    "@types/react": "^18.2.11",
    "ethers": "^6.12.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-modal": "^3.16.1",
    "react-spinners": "^0.13.8",
    "rollup": "^3.25.1",
    "sonner": "^1.4.41",
    "typescript": "^5.1.3",
    "viem": "2.8.6",
    "wagmi": "latest"
  },
  "type": "module",
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "@babel/preset-react": "^7.22.5",
    "@babel/preset-typescript": "^7.22.5",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@rollup/plugin-terser": "^0.4.3",
    "@types/react-modal": "^3.16.3",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-generate-package-json": "^3.2.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-polyfill-node": "^0.13.0",
    "rollup-plugin-styles": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "sass": "^1.77.4"
  }
}
