{
  "name": "shopify_location_inventory",
  "version": "1.0.0",
  "description": "You can display multiple locations in your Shopify store so that you can track inventory and fulfill orders at your locations",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon src/index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@shopify/shopify-api": "^11.0.0",
    "axios": "^1.7.2",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "node-fetch": "^2.7.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.7",
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "nodemon": "^3.1.3"
  },
  "keywords": []
}
