Files
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

15 lines
335 B
JSON

{
"license": "MIT",
"__license": "See LICENSE.md for details.",
"name": "revng-model",
"version": "1.0.0-##CHECKSUM##",
"description": "revng model",
"main": "dist/model.js",
"types": "dist/model.d.ts",
"files": ["/dist"],
"dependencies": {
"fast-equals": "^5",
"yaml": "^2"
}
}