{
  "name": "@armory-sh/extensions",
  "version": "0.1.18",
  "license": "MIT",
  "author": "Sawyer Cutler <sawyer@dirtroad.dev>",
  "keywords": [
    "x402",
    "ai",
    "agentic commerce",
    "ai agent",
    "stablecoins",
    "eip-3009",
    "skale",
    "base",
    "machine economy",
    "payment",
    "crypto",
    "web3",
    "ethereum",
    "usdc",
    "extensions",
    "siwx",
    "authentication"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "bun": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./bazaar": {
      "types": "./dist/bazaar.d.ts",
      "bun": "./dist/bazaar.js",
      "default": "./dist/bazaar.js"
    },
    "./sign-in-with-x": {
      "types": "./dist/sign-in-with-x.d.ts",
      "bun": "./dist/sign-in-with-x.js",
      "default": "./dist/sign-in-with-x.js"
    },
    "./payment-identifier": {
      "types": "./dist/payment-identifier.d.ts",
      "bun": "./dist/payment-identifier.js",
      "default": "./dist/payment-identifier.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheGreatAxios/armory.git",
    "directory": "packages/extensions"
  },
  "dependencies": {
    "@armory-sh/base": "0.2.37",
    "arktype": "^2.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.2.1",
    "bun-types": "latest",
    "tsup": "^8.0.0",
    "typescript": "5.9.3"
  },
  "scripts": {
    "build": "rm -rf dist && tsup",
    "build:dts": "rm -rf dist && tsc --declaration --skipLibCheck",
    "lint": "bun run build",
    "format": "bun run lint",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  }
}
