{
  "name": "shopifymo",
  "version": "1.0.5",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "ts-node ./src/test/index.ts"
  },
  "keywords": ["shopify-api", "shopify"],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "request": "^2.88.2",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@shopify/shopify-api": "^7.0.0"
  }
}
