{
  "name": "deadlock-desktop",
  "version": "1.0.0",
  "description": "Deadlock Desktop projet basé sur notre propre image de Theia https://gitlab.takima.io/deadlock-public/deadlock-desktop.",
  "scripts": {
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.takima.io:deadlock-public/deadlock-desktop.git"
  },
  "author": "Takima",
  "devDependencies": {
    "husky": "^7.0.4",
    "lint-staged": "^12.3.7",
    "prettier": "2.6.2"
  },
  "lint-staged": {
    "*.{ts,md,js,json}": [
      "prettier --write --ignore-unknown",
      "git add"
    ]
  }
}