{
  "name": "aurora",
  "version": "2.1.3",
  "description": "A small entity-component-system game engine/framework.",
  "keywords": [
    "entity-component-system",
    "game-engine",
    "javascript",
    "node",
    "nodejs",
    "real-time-strategy",
    "rts"
  ],
  "author": "Ian Paschal",
  "license": "MIT",
  "homepage": "https://github.com/ianpaschal/aurora#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ianpaschal/aurora.git"
  },
  "bugs": {
    "url": "https://github.com/ianpaschal/aurora/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "compile": "tsc --declaration",
    "docs": "typedoc --options typedoc.json",
    "lint": "eslint --fix --ext .ts src/** tests/**",
    "test": "jest --silent --config jest.json"
  },
  "dependencies": {
    "deepmerge": "^2.1.0",
    "present": "^1.0.0",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "@types/deepmerge": "^2.1.0",
    "@types/jest": "^23.3.1",
    "@types/uuid": "^3.4.3",
    "babel-eslint": "^8.2.1",
    "eslint": "^4.17.0",
    "eslint-plugin-import": "^2.9.0",
    "jest": "^23.5.0",
    "ts-jest": "^23.10.4",
    "typedoc": "^0.12.0",
    "typedoc-plugin-external-module-name": "^1.1.3",
    "typescript": "^3.0.1",
    "typescript-eslint-parser": "^18.0.0"
  }
}
