gctGenerator/package.json
2020-10-01 20:54:52 +02:00

36 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": "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.6.0",
"@vuepress/plugin-medium-zoom": "1.6.0",
"jsdom": "16.4.0",
"markdown-it-attrs": "3.0.3",
"pre-commit": "1.2.2",
"prettier": "2.1.2",
"vuepress": "1.6.0"
},
"dependencies": {
"vuedraggable": "^2.23.2"
},
"pre-commit": [
"precommit"
]
}