{
  "name": "@dcl/sdk",
  "description": "",
  "version": "7.24.2",
  "author": "Decentraland",
  "dependencies": {
    "@dcl/ecs": "7.24.2",
    "@dcl/ecs-math": "2.1.0",
    "@dcl/explorer": "1.0.164509-20240802172549.commit-fb95b9b",
    "@dcl/js-runtime": "7.24.2",
    "@dcl/react-ecs": "7.24.2",
    "@dcl/sdk-commands": "7.24.2",
    "text-encoding": "0.7.0"
  },
  "keywords": [],
  "license": "Apache-2.0",
  "main": "./index.js",
  "minCliVersion": "3.14.1",
  "repository": {
    "url": "git+https://github.com/decentraland/js-sdk-toolchain",
    "directory": "packages/@dcl/sdk"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "npm run build && tsc -p tsconfig.json --watch"
  },
  "tsdoc": {
    "tsdocFlavor": "AEDoc"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "readmeFile": "./README.md",
    "displayName": "SDK",
    "tsconfig": "./tsconfig.json"
  },
  "types": "./index.d.ts",
  "typings": "./index.d.ts",
  "commit": "0c395302e3bc05ab4354776769a97ec9be81a741"
}
