mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
a741e39f76
Adds the formatting tool prettier to allow formatting JS, TS, JSON, YAML and HTML files.
11 lines
220 B
JSON
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"
|
|
}
|
|
}
|