{
  "name": "gctgenerator",
  "version": "3.0.1",
  "description": "Super Mario Sunshine Practice File Generator",
  "main": "index.js",
  "authors": {
    "name": "Matteias Collet",
    "email": "matteias.collet@bluewin.ch"
  },
  "repository": "https://github.com/BitPatty/gctGenerator/gctGenerator",
  "scripts": {
    "dev": "yarn codes:inject && yarn translations:compare && vuepress dev site",
    "build": "node ./scripts/inject_codes.js && yarn translations:compare && vuepress build site",
    "format": "prettier --write ./site/**/*{.md,.js,.json,.vue}",
    "translations:compare": "node ./scripts/compare_translations.js",
    "codes:inject": "node ./scripts/inject_codes.js && yarn format",
    "codes:clean": "node ./scripts/clean_codes.js && yarn format",
    "precommit": "yarn codes:clean && git add ."
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@vuepress/plugin-back-to-top": "1.8.2",
    "@vuepress/plugin-medium-zoom": "1.8.2",
    "jsdom": "16.5.2",
    "markdown-it-attrs": "4.0.0",
    "pre-commit": "1.2.2",
    "prettier": "2.2.1",
    "vuepress": "1.8.2"
  },
  "dependencies": {
    "vuedraggable": "^2.24.3"
  },
  "pre-commit": [
    "precommit"
  ]
}