{
  "name": "@d11k-ts/arweave",
  "version": "0.1.5",
  "description": "arweave module for d11k chain",
  "keywords": [
    "d11k",
    "arweave",
    "dojima"
  ],
  "author": "yerramreddyuday <uday.prasad@dojima.network>",
  "homepage": "https://github.com/dojimanetwork/d11k-ts#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dojimanetwork/d11k-ts.git"
  },
  "scripts": {
    "clean": "rimraf lib/**",
    "build": "yarn && yarn clean && rollup -c",
    "test": "jest",
    "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
    "prepublishOnly": "yarn build"
  },
  "bugs": {
    "url": "https://github.com/dojimanetwork/d11k-ts/issues"
  },
  "dependencies": {
    "@d11k-ts/client": "^0.1.6",
    "@d11k-ts/crypto": "^0.1.1",
    "@d11k-ts/utils": "^0.1.4",
    "arweave": "^1.11.8",
    "arweave-mnemonic-keys": "^0.0.9",
    "axios": "0.27.2",
    "lodash": "^4.17.21",
    "moment": "^2.29.4"
  },
  "devDependencies": {
    "@d11k-ts/client": "^0.1.6",
    "@d11k-ts/crypto": "^0.1.1",
    "arweave": "^1.11.8",
    "arweave-mnemonic-keys": "^0.0.9",
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@d11k-ts/client": "^0.1.6",
    "@d11k-ts/crypto": "^0.1.1",
    "arweave": "^1.11.8",
    "arweave-mnemonic-keys": "^0.0.9",
    "lodash": "^4.17.21"
  },
  "publishConfig": {
    "access": "public"
  }
}
