{ "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 && vuepress dev site", "build": "yarn codes:inject && 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" }, "license": "Apache-2.0", "devDependencies": { "@vuepress/plugin-back-to-top": "^1.3.1", "@vuepress/plugin-medium-zoom": "^1.3.1", "jsdom": "^16.2.2", "markdown-it-attrs": "^3.0.3", "pre-commit": "^1.2.2", "prettier": "^2.0.5", "vuepress": "^1.3.1" }, "dependencies": { "vuedraggable": "^2.23.2" }, "pre-commit": [] }