gctGenerator/package.json
2020-07-10 05:58:50 +02:00

34 lines
1.2 KiB
JSON
Executable file

{
"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": "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",
"precommit": "yarn codes:clean && git add ."
},
"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": ["precommit"]
}