{
  "name": "printify-node-api",
  "version": "1.0.1",
  "description": "A small API implementation to communicate with your printify shops",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack --mode production",
    "start": "babel src --watch --out-dir dist",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bytebyrd-software/printify-node-api.git"
  },
  "keywords": [
    "printify",
    "shop",
    "shopify",
    "dropship",
    "online-shop",
    "api",
    "shop-api"
  ],
  "author": "bytebyrd software",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bytebyrd-software/printify-node-api/issues"
  },
  "homepage": "https://github.com/bytebyrd-software/printify-node-api#readme",
  "dependencies": {
    "axios": "^1.5.1",
    "express": "^4.18.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.0",
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "babel-loader": "^9.1.3",
    "jest": "^29.7.0",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  }
}
