recommendation-library
Version:
This will provide the recommendation when provided with tenant and country with other info
22 lines (21 loc) • 558 B
JSON
{
"name": "recommendation-library",
"version": "1.0.2",
"description": "This will provide the recommendation when provided with tenant and country with other info",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"recommendations",
"cimpress",
"recommendation-library",
"MAT"
],
"author": "Ramiz Khan",
"license": "MIT",
"homepage": "https://github.com/ramiBoss/recommendations-package",
"dependencies": {
"axios": "^0.19.2"
}
}