{
  "name": "ethsub",
  "version": "0.2.4",
  "description": "A bridge between ethereum and substrate",
  "keywords": [
    "etherum",
    "substrate",
    "bridge",
    "polkadot",
    "ethsub"
  ],
  "bin": "dist/index.js",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/DeerNetwork/ethsub",
  "repository": {
    "type": "git",
    "url": "https://github.com/DeerNetwork/ethsub.git",
    "directory": "packages/app"
  },
  "scripts": {
    "dev": "ts-node src/index.ts",
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run -s clean && npm run -s build"
  },
  "dependencies": {
    "@ethsub/sol": "^0.1.0",
    "@polkadot/api": "^6.11.1",
    "@polkadot/keyring": "^8.1.2",
    "@types/levelup": "^4.3.3",
    "@types/lodash": "^4.14.177",
    "@use-services/echo": "^1.3.0",
    "@use-services/winston": "^1.3.0",
    "decimal.js": "^10.3.1",
    "ethers": "^5.5.1",
    "level": "^7.0.1",
    "lodash": "^4.17.21",
    "p-event": "^4",
    "use-services": "^1.3.1",
    "winston": "^3.3.3"
  }
}
