whispering/package.json
dependabot[bot] a968d0b1f1
Bump pyright from 1.1.290 to 1.1.291
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.290 to 1.1.291.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.291/packages/pyright)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 06:10:28 +00:00

17 lines
309 B
JSON

{
"author": "",
"description": "",
"license": "",
"main": "",
"name": "pyright-exec",
"scripts": {
"pyright": "pyright"
},
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.33.0",
"pyright": "^1.1.291"
}
}