Files
revng-revng/typescript/package-pipeline-description.json
Giacomo Vercesi 2a239ddf47 Introduce PipelineDescription
Add the PipelineDescription object that describes the structure of a
pipeline. This will be used by all the downstream users instead of
pipeline accessor methods via PipelineC.
2023-09-14 15:44:33 +02:00

15 lines
395 B
JSON

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