{
  "name": "multiway-swap-js",
  "version": "1.0.8",
  "description": "Javascript library for generating multiway NFT swaps.",
  "license": "MIT",
  "author": "NeoSwap, Inc. (https://neoswap.ai/)",
  "contributors": [
    "Gustavo Esteves de Andrade",
    "Kuba Kwiecien"
  ],
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neoswap-ai/multiway-swap-js.git"
  },
  "bugs": {
    "url": "https://github.com/neoswap-ai/multiway-swap-js/issues"
  },
  "homepage": "https://github.com/neoswap-ai/multiway-swap-js#readme",
  "dependencies": {
    "@stacks/network": "^6.0.0",
    "@stacks/transactions": "^6.0.0",
    "@stacks/wallet-sdk": "^6.0.0",
    "axios": "^0.27.2",
    "es6-template-strings": "^2.0.1",
    "path": "^0.12.7"
  }
}
