gctGenerator/package.json
dependabot[bot] c6c12f3708
Bump prettier from 2.4.1 to 2.5.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-26 04:03:35 +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,.vue}",
"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 ."
},
"license": "Apache-2.0",
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.8.2",
"@vuepress/plugin-medium-zoom": "1.8.2",
"jsdom": "18.1.1",
"markdown-it-attrs": "4.1.0",
"pre-commit": "1.2.2",
"prettier": "2.5.0",
"vuepress": "1.8.2"
},
"dependencies": {
"vuedraggable": "^2.24.3"
},
"pre-commit": [
"precommit"
]
}