@dcl/ecs
Version:
Decentraland ECS
38 lines (37 loc) • 916 B
JSON
{
"name": "@dcl/ecs",
"description": "Decentraland ECS",
"version": "7.9.3",
"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": "064a361b107085c8ce67ef5e3285f50e9137561f"
}