{
  "name": "first-stage-deflex-middleware",
  "version": "1.0.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "test-mainnet": "node -r ts-node/register tests/mainnetMiddlewareTest.ts",
    "build": "tsc -p tsconfig.json"
  },
  "dependencies": {
    "@algorandfoundation/algokit-utils": "^9.1.2"
  },
  "peerDependencies": {
    "@txnlab/deflex": "^1.3.0",
    "algosdk": "^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourname/first-stage-deflex-middleware.git"
  },
  "keywords": [
    "algorand",
    "deflex",
    "tokenomics",
    "middleware",
    "first-stage"
  ],
  "author": "Moon Juice",
  "license": "MIT"
}
