mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
140735a913
The `prettier` binary is now assumed to be installed as part of the system. No need to manually install it and use the `--prettier` command-line option.
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"license": "MIT",
|
|
"__license": "See LICENSE.md for details.",
|
|
"dependencies": {
|
|
"@types/node": ">=17",
|
|
"fast-equals": "^5",
|
|
"typescript": "^4.6",
|
|
"yaml": "^2"
|
|
}
|
|
}
|