Files
revng-revng/typescript/package.json
Giacomo Vercesi a741e39f76 revng-check-conventions: introduce prettier
Adds the formatting tool prettier to allow formatting JS, TS, JSON,
YAML and HTML files.
2022-06-28 15:29:09 +02:00

11 lines
220 B
JSON

{
"license": "MIT",
"__license": "See LICENSE.md for details.",
"dependencies": {
"@types/node": "17.0.24",
"prettier": "2.6.2",
"typescript": "4.6.3",
"yaml": "2.0.0"
}
}