gctGenerator/package.json
Matteias Collet d8db96a076 update readme
2022-01-16 18:43:37 +00:00

36 lines
1.2 KiB
JSON

{
"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": "npm run codes:inject && npm run translations:compare && vuepress dev site",
"build": "node ./scripts/inject_codes.js && npm run translations:compare && vuepress build site",
"format": "prettier --write ./site/**/*{.md,.js,.json}",
"translations:compare": "node ./scripts/compare_translations.js",
"codes:inject": "node ./scripts/inject_codes.js && npm run format",
"codes:clean": "node ./scripts/clean_codes.js && npm run format",
"precommit": "npm run codes:clean && git add .",
"serve": "serve ./site/.vuepress/dist"
},
"license": "Apache-2.0",
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.9.5",
"@vuepress/plugin-medium-zoom": "1.9.5",
"jsdom": "19.0.0",
"markdown-it-attrs": "4.1.3",
"pre-commit": "1.2.2",
"prettier": "2.5.1",
"serve": "^13.0.2",
"vuepress": "1.9.5"
},
"dependencies": {
"vuedraggable": "^2.24.3"
},
"pre-commit": ["precommit"]
}