{
  "name": "@dcl/react-ecs",
  "description": "Decentraland ECS",
  "version": "7.8.12",
  "author": "DCL",
  "bugs": "https://github.com/decentraland/js-sdk-toolchain/issues",
  "dependencies": {
    "@dcl/ecs": "7.8.12",
    "react": "^18.2.0",
    "react-reconciler": "^0.29.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.27",
    "@types/react-reconciler": "^0.28.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/decentraland/js-sdk-toolchain#readme",
  "keywords": [
    "@dcl/react-ecs",
    "dcl",
    "ecs",
    "react"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "repository": {
    "url": "git+https://github.com/decentraland/js-sdk-toolchain",
    "directory": "packages/@dcl/react-ecs"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "tsc -p tsconfig.json --watch"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "readmeFile": "./README.md",
    "displayName": "React ECS",
    "tsconfig": "./tsconfig.json"
  },
  "types": "./dist/index.d.ts",
  "commit": "4890e15aff29554b5bd16ae59bfe53cec7d131b5"
}
