scambier/ecs-machina

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ecs-machina",
  "version": "0.3.0",
  "description": "Entity-Component-System Engine",
  "homepage": "https://github.com/scambier/ecs-machina#readme",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsc --watch",
    "prepack": "npm run build",
    "build": "node build.js",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scambier/ecs-machina.git"
  },
  "keywords": [
    "entity",
    "component",
    "system",
    "ecs",
    "game",
    "engine",
    "framework"
  ],
  "author": "Simon Cambier",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/scambier/ecs-machina/issues"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.30",
    "jest": "^29.7.0",
    "shelljs": "^0.8.5",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.1",
    "typedoc": "^0.24.8",
    "typescript": "^5.4.3"
  }
}