Files
Giacomo Vercesi 140735a913 tuple-tree-generate-typescript: drop --prettier
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.
2025-03-13 14:06:02 +01:00

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"
}
}