diff --git a/cgmanifest.json b/cgmanifest.json new file mode 100644 index 00000000000..43a3c0857eb --- /dev/null +++ b/cgmanifest.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://json.schemastore.org/component-detection-manifest.json", + "version": 1, + "registrations": [ + { + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://github.com/jmespath/jp", + "commitHash": "1331b6f3cbdbea8820b89eea5b8d1a92148f6b32", + "tag": "0.2.1" + } + }, + "developmentDependency": false + } + ] +}