{
  "name": "@dcspark/ethereum-client",
  "version": "1.0.2",
  "description": "Web client for the ethereum-backend server",
  "main": "client/src/index.js",
  "scripts": {
    "eslint": "eslint src",
    "clean": "rm -rf ./dist",
    "build": "yarn clean && pwd && tsc --project tsconfig.build.json && yarn run copy:misc",
    "copy:misc": "cp package.json dist/ && cp README.md dist/",
    "npm:publish": "yarn typecheck && yarn build && pwd && cd dist && yarn publish --access public && cd ..",
    "verify": "yarn typecheck && yarn eslint",
    "typecheck": "tsc --project tsconfig.json",
    "prettier": "prettier --write \"**/*.tsx\"",
    "publish-npm": "yarn build && cd dist && yarn publish --access public && cd ..",
    "prepare": "#yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcSpark/ethereum-backend.git"
  },
  "author": "https://github.com/dcSpark",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dcSpark/ethereum-backend/issues"
  },
  "homepage": "https://github.com/dcSpark/ethereum-backend#readme",
  "dependencies": {
    "axios": "^0.27.2"
  },
  "devDependencies": {
    "@types/eslint": "8.4.1",
    "@types/eslint-plugin-prettier": "3.1.0",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.31",
    "@types/prettier": "2.6.0",
    "@typescript-eslint/eslint-plugin": "5.18.0",
    "@typescript-eslint/parser": "5.18.0",
    "axios": "^0.27.2",
    "eslint": "8.13.0",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jest": "26.1.4",
    "eslint-plugin-mocha": "^10.0.4",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-promise": "6.0.0",
    "prettier": "2.6.2",
    "ts-node": "10.7.0",
    "typescript": "4.6.3"
  }
}
