gctGenerator/package.json
dependabot[bot] bd76c1f873
Bump prettier from 2.7.0 to 2.7.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.7.1.
- [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.7.0...2.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 04:02:25 +00:00

39 lines
1.3 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": {
"@sup39/markdown-it-attr": "^1.2.2",
"@sup39/markdown-it-inline-tag": "^1.0.1",
"@vuepress/plugin-back-to-top": "1.9.7",
"@vuepress/plugin-medium-zoom": "1.9.7",
"jsdom": "19.0.0",
"pre-commit": "1.2.2",
"prettier": "2.7.1",
"serve": "^13.0.2",
"vuepress": "1.9.7"
},
"dependencies": {
"vuedraggable": "^2.24.3"
},
"pre-commit": [
"precommit"
]
}