{
  "name": "rango-types",
  "version": "0.1.100",
  "description": "Rango Exchange Types",
  "type": "module",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./mainApi": {
      "types": "./lib/api/main/index.d.ts",
      "default": "./lib/api/main/index.js"
    },
    "./basicApi": {
      "types": "./lib/api/basic/index.d.ts",
      "default": "./lib/api/basic/index.js"
    }
  },
  "repository": "https://github.com/rango-exchange/rango-types",
  "homepage": "https://github.com/rango-exchange/rango-types",
  "bugs": {
    "url": "https://github.com/rango-exchange/rango-types/issues"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "lint": "eslint */**/*.{js,ts} --quiet --fix",
    "semantic-release": "semantic-release",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
    "prepare": "husky install"
  },
  "keywords": [
    "Rango Exchange",
    "SDK",
    "Cross-Chain",
    "Multi-Chain"
  ],
  "files": [
    "lib/**/*",
    "src"
  ],
  "author": "rango.exchange",
  "license": "GPL-3.0",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "prettier": "^2.8.3",
    "typescript": "^4.9.4"
  },
  "publishConfig": {
    "access": "public",
    "branches": [
      "main"
    ]
  }
}
