{
  "name": "@daimo/contract",
  "version": "1.6.0",
  "description": "Daimo contracts, ABIs, and generated Typescript types",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "scripts": {
    "fetch": "npm run fetch:tokens && npm run fetch:feeds",
    "fetch:tokens": "tsx ./script/gen-tokens.ts",
    "fetch:feeds": "tsx ./script/gen-feeds.ts",
    "codegen": "wagmi -v && wagmi generate",
    "build": "tsc",
    "publish": "npm run build && npm publish"
  },
  "author": "",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@wagmi/cli": "^2.1.15",
    "tsx": "^4.19.1",
    "typescript": "5.5.2",
    "userop": "^0.3.2",
    "viem": "^2.21.10"
  },
  "files": [
    "dist/",
    "node_modules/",
    "package.json",
    "README.md"
  ]
}
