API Lifecycle Demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
327 B

{
"name": "rhte-api",
"version": "0.0.1",
"description": "A demo showing CI/CD with 3scale AMP",
"main": "server.js",
"scripts": {
"test": "true"
},
"author": "Nicolas MASSE",
"repository": "https://github.com/nmasse-itix/rhte-api.git",
"license": "MIT",
"dependencies": {
"express": "latest"
}
}