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