Files
revng-revng/typescript/package.json
Giacomo Vercesi 3a006422d3 typescript/python model wrappers: fix structure
Change the way the python and typescript model wrappers handle
attributes in struct fields. Now all fields are populated and none of
the use `None`.
2023-07-21 09:34:00 +02:00

12 lines
241 B
JSON

{
"license": "MIT",
"__license": "See LICENSE.md for details.",
"dependencies": {
"@types/node": ">=17",
"fast-equals": "^5",
"prettier": "^2.6",
"typescript": "^4.6",
"yaml": "^2"
}
}