{
  "name": "perform-ecs",
  "version": "0.7.8",
  "description": "Efficient Entity Component System framework",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "test": "node_modules/.bin/mocha --opts ./mocha.opts",
    "build": "tsc"
  },
  "author": "Fireveined",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.5",
    "@types/sinon": "^7.0.5",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "sinon": "^7.2.3",
    "sinon-chai": "^3.3.0",
    "ts-node": "^8.0.2",
    "typescript": "^3.3.3"
  }
}
