{
  "name": "golos-dex-lib-js",
  "version": "1.0.5",
  "description": "JavaScript Client Library for Golos Api-Dex Service, and market-related purposes",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run build-browser && npm run build-node",
    "build-browser": "rm -rf dist && NODE_ENV=production webpack && gzip -k -f ./dist/*.js && du -h ./dist/*",
    "build-node": "mkdir -p ./lib && cp -r ./src/* ./lib/ && babel ./src --out-dir ./lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/golos-blockchain/dex-lib.git"
  },
  "author": "Golos Blockchain (https://github.com/golos-blockchain)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/golos-blockchain/dex-lib/issues"
  },
  "homepage": "https://github.com/golos-blockchain/dex-lib#readme",
  "dependencies": {
    "golos-lib-js": "^0.9.80"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.4",
    "@babel/preset-env": "^7.28.3",
    "@babel/register": "^7.28.3",
    "babel-loader": "^10.0.0",
    "webpack": "^5.101.3",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^6.0.1"
  }
}
