{
  "name": "@masa-finance/analytics-sdk",
  "version": "0.5.16",
  "main": "dist/src/index.js",
  "license": "MIT",
  "scripts": {
    "start": "tsc --watch",
    "compile": "tsc",
    "build": "yarn compile && yarn webpack",
    "lint": "eslint ./src",
    "prettier": "prettier ./src --write",
    "doc": "typedoc"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^20.12.10",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^7.8.0",
    "@typescript-eslint/parser": "^7.8.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-simple-import-sort": "^12.1.0",
    "prettier": "^3.2.5",
    "process": "^0.11.10",
    "ts-loader": "^9.5.1",
    "typedoc": "^0.25.13",
    "typedoc-plugin-markdown": "^4.0.0",
    "typescript": "^5.4.5",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@metamask/detect-provider": "^2.0.0",
    "axios": "^1.6.8",
    "ethers": "5",
    "uuid": "^9.0.1"
  }
}
