{
  "name": "@txdev/element-js",
  "version": "3.3.9",
  "description": "Javascript SDK for the Element ",
  "main": "lib/index.js",
  "author": "Project Element Developers",
  "scripts": {
    "dev": "tsc -w -p tsconfig.json",
    "eslint": "eslint --fix src --ext .ts --max-warnings=0",
    "build": "tsc"
  },
  "dependencies": {
    "@types/crypto-js": "^4.0.2",
    "bignumber.js": "^9.0.1",
    "crypto-js": "^4.1.1",
    "ethereumjs-util": "^7.1.0",
    "graphql": "^15.5.1",
    "graphql-request": "^3.5.0",
    "isomorphic-unfetch": "^3.1.0",
    "web3": "^1.7.1",
    "web3-wallets": "^1.3.13"
  },
  "devDependencies": {
    "@maticnetwork/maticjs": "^2.0.45",
    "@types/chai": "^4.2.21",
    "@types/node": "^12.12.6",
    "@types/node-fetch": "^2.5.10",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "chai": "^4.3.4",
    "eslint": "^7.32.0",
    "https-proxy-agent": "^5.0.0",
    "mocha": "^9.0.3",
    "mocha-typescript": "^1.1.17",
    "node-fetch": "^2.6.1",
    "prettier": "^2.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  }
}
