{
  "name": "warp-arbundles",
  "version": "1.0.4",
  "description": "Arbundles minimum version required for warp-contracts purposes.",
  "main": "build/node/cjs/index.js",
  "module": "build/node/esm/index.js",
  "browser": "build/web/esm/bundle.js",
  "types": "build/node/esm/index.d.ts",
  "scripts": {
    "build": "rm -rf ./build && concurrently \"tsc -p tsconfig.json && resolve-tspaths -p tsconfig.json && sh ./fix-pkg.sh node/esm module && yarn tsc-esm-fix --tsconfig tsconfig.json \" \"tsc -p cjs.tsconfig.json && resolve-tspaths -p cjs.tsconfig.json && sh ./fix-pkg.sh node/cjs commonjs \"  \"tsc -p web.tsconfig.json && resolve-tspaths -p web.tsconfig.json && sh ./fix-pkg.sh web/esm module && yarn tsc-esm-fix --tsconfig web.tsconfig.json \" && node bundle.js",
    "test": "jest"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@bundlr-network/client": "^0.11.1",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.16.0",
    "arbundles": "^0.9.5",
    "concurrently": "^8.0.1",
    "esbuild": "^0.17.18",
    "jest": "^29.5.0",
    "resolve-tspaths": "^0.8.13",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.0",
    "tsc-esm-fix": "^2.20.12",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "arweave": "^1.13.7",
    "base64url": "^3.0.1",
    "buffer": "^6.0.3",
    "warp-isomorphic": "^1.0.7"
  },
  "resolutions": {
    "bn.js": "^5.1.1"
  }
}
