{
  "name": "ardryproductconfigurator",
  "version": "1.0.0",
  "description": "Shopify Product Configurator - Custom Options & Attributes Manager",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "migrate": "node database/migrate.js",
    "update-script-tag": "node scripts/update-script-tag.js",
    "dev": "node server.js",
    "setup-db": "mysql -u root < database/schema.sql",
    "admin:install": "cd admin && npm install",
    "admin:build": "cd admin && npm run build",
    "admin:dev": "cd admin && npm start",
    "build": "npm run admin:build",
    "install-all": "npm install && npm run admin:install"
  },
  "keywords": [
    "shopify",
    "product-configurator",
    "custom-options"
  ],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "@shopify/shopify-api": "^9.0.0",
    "body-parser": "^1.20.2",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.18.3",
    "express-session": "^1.18.0",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.9.2",
    "nodemailer": "^8.0.2",
    "uuid": "^9.0.1"
  }
}
