mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-03 23:01:48 +00:00
Add inventory plugins for buildah and podman, unit tests and functional CI tests. --------- Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "ai-prediction-api",
|
|
"version": "1.0.0",
|
|
"description": "Sample Node.js AI prediction API for Buildah example",
|
|
"main": "app.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|
|
|
|
|