{
  "name": "mf-football-engine",
  "version": "1.0.0", 
  "description": "futbol maçlarını simüle eden bir motor",
  "main": "engine.js",
  "scripts": {
    "start": "node engine.js",
    "lint": "eslint .",
    "lint-fix": "eslint --fix .",
    "test": "mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mf-technology/football-engine"
  },
  "keywords": [
    "futbol",
    "futbol simulasyonu",
    "futbol motoru", 
    "futbol simulasyon motoru",
    "futbol oyunu",
    "futbol yönetimi",
    "simulasyon",
    "oyun",
    "futbol menajerliği"
  ],
  "author": "mf-technology",
  "license": "MIT",
  "engines": {
    "node": ">=7.6.0"
  },
  "devDependencies": {
    "chai": "^4.5.0",
    "eslint": "^7.32.0",
    "eslint-config-unu": "^1.2.4",
    "lodash": "^4.17.21", 
    "mocha": "^10.8.2",
    "nyc": "^15.1.0"
  }
}
