{
  "name": "@ruleos/chain-hub",
  "version": "0.0.1",
  "description": "Helper for Chain",
  "main": "lib/index.js",
  "module": "lib.esm/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build",
    "build": "npm run build:cjs && npm run build:esm && npm run build:dev && npm run build:prod",
    "build:cjs": "tsc --build ./tsconfig.json",
    "build:esm": "tsc --build ./tsconfig.esm.json",
    "build:dev": "webpack --progress",
    "build:prod": "webpack --node-env=production --progress",
    "watch": "webpack --watch",
    "serve": "webpack serve"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [],
  "author": "lima",
  "license": "MIT",
  "files": [
    "dist",
    "lib",
    "lib.esm",
    "artifacts"
  ],
  "devDependencies": {
    "@types/node": "^17.0.25",
    "@webpack-cli/generators": "^3.0.1",
    "bn.js": "4.11.8",
    "ethers": "^5.4.7",
    "html-webpack-plugin": "^5.5.0",
    "mini-css-extract-plugin": "^2.7.2",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.6.0",
    "typechain": "^5.2.0",
    "typescript": "^4.6.2",
    "webpack": "^5.75.0",
    "workbox-webpack-plugin": "^6.5.4"
  },
  "dependencies": {
    "ethers": "^5.5.4",
    "web3-utils": "1.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
