{
  "name": "edge-exchange-plugins",
  "version": "2.46.0",
  "description": "Exchange-rate sources for the Edge core",
  "homepage": "https://edge.app/",
  "repository": {
    "type": "git",
    "url": "git@github.com:EdgeApp/edge-exchange-plugins.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": "Edge",
  "contributors": [
    "William Swanson <william@edge.app>",
    "Paul Puey <paul@edge.app>"
  ],
  "main": "./lib/index.js",
  "react-native": "./lib/react-native.js",
  "types": "./edge-exchange-plugins.d.ts",
  "files": [
    "/android/build.gradle",
    "/android/src/",
    "/CHANGELOG.md",
    "/edge-exchange-plugins.podspec",
    "/edge-exchange-plugins.d.ts",
    "/ios/",
    "/lib/",
    "/LICENSE",
    "/package.json",
    "/README.md"
  ],
  "scripts": {
    "clean": "rimraf dist lib android/src/main/assets/edge-exchange-plugins",
    "fix": "eslint . --fix",
    "lint": "eslint .",
    "node": "sucrase -d ./lib -q -t imports,typescript ./src",
    "precommit": "lint-staged && npm-run-all types test",
    "prepare": "husky install && npm-run-all clean node types webpack",
    "start": "webpack serve",
    "test": "nyc mocha 'test/**/*.test.ts'",
    "types": "tsc",
    "mapctl": "node -r sucrase/register scripts/mapctl.ts",
    "webpack": "webpack && cp -r android/src/main/assets/edge-exchange-plugins dist",
    "verify": "npm-run-all prepare lint types test"
  },
  "lint-staged": {
    "*.{js,ts,json}": "eslint"
  },
  "dependencies": {
    "@cosmjs/encoding": "^0.32.2",
    "@scure/base": "^1.2.6",
    "@unizen-io/unizen-contract-addresses": "^0.0.15",
    "biggystring": "^4.2.3",
    "cleaners": "^0.3.13",
    "ethers": "^5.7.0",
    "regenerator-runtime": "0.13.11",
    "xrpl": "^2.10.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.9",
    "@types/mocha": "^7.0.1",
    "@types/node": "^16.11.18",
    "@types/node-fetch": "2.x",
    "@typescript-eslint/eslint-plugin": "^4.8.2",
    "@typescript-eslint/parser": "^4.8.2",
    "assert": "^2.0.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.2.2",
    "buffer": "^6.0.3",
    "chai": "^4.2.0",
    "cleaner-config": "^0.1.10",
    "crypto-browserify": "^3.12.0",
    "edge-core-js": "^2.37.0",
    "edge-currency-accountbased": "^4.65.0",
    "edge-currency-plugins": "^3.8.9",
    "esbuild-loader": "^2.20.0",
    "eslint": "^7.14.0",
    "eslint-config-standard-kit": "0.15.1",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-json-files": "^1.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^6.0.1",
    "https-browserify": "^1.0.0",
    "husky": "^7.0.0",
    "lint-staged": "^10.5.3",
    "mocha": "^8.1.3",
    "nodemon": "^2.0.15",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.0.1",
    "prettier": "^2.2.0",
    "process": "^0.11.10",
    "rimraf": "^2.6.2",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0",
    "sucrase": "^3.9.5",
    "typescript": "~4.9.5",
    "url": "^0.11.3",
    "webpack": "^5.28.0",
    "webpack-cli": "^4.6.0",
    "webpack-dev-server": "^4.15.1"
  }
}
