{
  "name": "element-js-sdk",
  "version": "3.0.0",
  "description": "Javascript SDK for the www.element.market",
  "main": "lib/index.js",
  "type": "lib/index.d.ts",
  "author": "element.market",
  "license": "MIT",
  "scripts": {
    "publish": "npm publish",
    "dev:tsc": "tsc -w -p tsconfig.json"
  },
  "dependencies": {
    "assert": "^2.0.0",
    "axios": "^0.27.2",
    "buffer": "^6.0.3",
    "crypto-browserify": "3.12.0",
    "crypto-js": "^4.1.1",
    "ethers": "^5.7.2",
    "https-browserify": "^1.0.0",
    "os-browserify": "^0.3.0",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "stream-http": "^3.2.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@typescript-eslint/eslint-plugin": "^5.42.0",
    "@typescript-eslint/parser": "^5.42.0",
    "ts-node": "^10.8.1",
    "typescript": "^4.8.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/element-market/element-js-sdk.git"
  },
  "homepage": "https://www.element.market"
}
