hugo-shopping-product-catal.../importer/shopify/package.json

17 lines
358 B
JSON

{
"name": "importer-shopify",
"version": "1.0.0",
"description": "Import data from shopify to this theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kishan B",
"license": "MIT",
"dependencies": {
"commander": "^2.15.1",
"request": "^2.87.0",
"rxjs": "^6.2.0"
}
}