{
  "name": "@senswap/balancer",
  "version": "4.0.0",
  "main": "dist/lib/index.js",
  "scripts": {
    "start": "nodemon lib/index.ts",
    "build": "npm run clean && tsc",
    "clean": "rm -rf ./dist",
    "predeploy": "typedoc --excludePrivate --excludeProtected ./lib/index.ts",
    "deploy": "gh-pages -d docs",
    "test": "npm run build && mocha --require ts-node/register -t 120000 lib-test/**/*.test.ts"
  },
  "author": "Cong Duong<congduong@descartes.network>",
  "license": "MIT",
  "dependencies": {
    "@project-serum/anchor": "^0.24.2"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^17.0.18",
    "@types/node-fetch": "^2.6.1",
    "bn.js": "^5.2.0",
    "chai": "^4.3.4",
    "gh-pages": "^3.2.3",
    "mocha": "^9.0.3",
    "ts-mocha": "^10.0.0",
    "ts-node": "^10.5.0",
    "typedoc": "^0.22.11",
    "typescript": "^4.3.5"
  }
}
