{
  "name": "@augustdigitalcanary/react",
  "version": "4.10.1-canary.20260423111325.51c43cd5",
  "main": "lib/index.js",
  "keywords": [
    "augustdigital",
    "sdk",
    "js",
    "institutional",
    "defi"
  ],
  "author": "August Digital",
  "license": "MIT",
  "description": "JS SDK for React powering the August Digital ecosystem.",
  "scripts": {
    "build": "tsc",
    "test": "pnpm build && cross-env node dist/test",
    "clean": "rm -rf ./lib",
    "format": "eslint . --fix",
    "lint-react": "lint-staged"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx,json}": [
      "eslint --fix"
    ],
    "*.{md,html,yaml}": [
      "prettier --write"
    ]
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {}
}
