{
  "name": "@astroport/math",
  "collaborators": [
    "astroport",
    "Delphi Labs (delphi-labs)"
  ],
  "description": "A collection of math functions extractde from Astroport smart contracts to be used with WASM in TypeScript/NodeJS.",
  "version": "1.0.1",
  "license": "GPL-3",
  "repository": {
    "type": "git",
    "url": "https://github.com/astroport-fi/astroport-math.git"
  },
  "files": [
    "math_bg.wasm",
    "math.js",
    "math.d.ts"
  ],
  "main": "math.js",
  "types": "math.d.ts",
  "keywords": [
    "astroport",
    "blockchain",
    "dex",
    "swap",
    "math",
    "wasm",
    "typescript",
    "nodejs"
  ]
}