{
  "name": "webmax",
  "version": "0.2.0",
  "description": "webmax js library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:InternetMaximalism/webmax.js.git",
  "author": "Kazuki Kasahara <nuderebatsin.roal@gmail.com>",
  "license": "MIT",
  "keywords": [
    "intmax",
    "js",
    "blockchain",
    "crypto",
    "intmaxwallet"
  ],
  "bugs": {
    "url": "https://github.com/InternetMaximalism/webmax.js/issues"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/InternetMaximalism/webmax.js#readme",
  "devDependencies": {
    "@types/node": "^18.7.8",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "eslint": "^8.22.0",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4",
    "ethers": "^5.7.2"
  },
  "scripts": {
    "compile": "tsc -p ./tsconfig.json",
    "prebuild": "rimraf dist",
    "build": "tsc",
    "dev": "npm run compile",
    "lint": "eslint --ext .js,.ts src/",
    "fix": "npm run lint --fix"
  },
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "bignumber.js": "^9.1.0",
    "ethers": "^5.7.2"
  }
}
