Files
dependabot[bot] 46b15ebbb5 Bump prettier from 2.4.1 to 2.5.0 (#26)
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-02 16:06:53 +02:00

19 lines
627 B
JSON

{
"dependencies": {
"@excalidraw/prettier-config": "1.0.2",
"prettier": "2.5.0"
},
"license": "MIT",
"prettier": "@excalidraw/prettier-config",
"scripts": {
"build": "yarn build:key && yarn build:version && yarn build:charts && yarn format",
"build:charts": "python3 charts.py",
"build:version": "python3 version.py",
"build:key": "python3 key.py",
"format": "yarn format:prettier && yarn format:python && git status",
"format:prettier": "prettier . --write",
"format:python": "black .",
"postinstall": "pip install --upgrade google-api-python-client oauth2client black"
}
}