{
  "name": "@webbycrown/webbycommerce",
  "version": "2.0.2",
  "keywords": [
    "strapi",
    "plugin",
    "ecommerce",
    "online-store",
    "shopping-cart",
    "products"
  ],
  "type": "commonjs",
  "bin": {
    "strapi-ecommerce-setup": "./bin/setup.js"
  },
  "exports": {
    "./package.json": "./package.json",
    "./strapi-admin": {
      "source": "./admin/src/index.js",
      "import": "./admin/src/index.js",
      "default": "./admin/src/index.js"
    },
    "./strapi-server": "./server/src/index.js"
  },
  "files": [
    "admin",
    "server",
    "public",
    "bin",
    "strapi-server.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "strapi-plugin build",
    "build:admin": "strapi-plugin build",
    "watch": "strapi-plugin watch",
    "watch:link": "strapi-plugin watch:link",
    "verify": "strapi-plugin verify",
    "postinstall": "node ./bin/setup.js"
  },
  "dependencies": {
    "@strapi/design-system": "^2.0.0-rc.21",
    "@strapi/icons": "^2.0.0-rc.23",
    "nodemailer": "^8.0.1",
    "react-intl": "^7.1.11"
  },
  "devDependencies": {
    "@strapi/sdk-plugin": "^5.3.2",
    "@strapi/strapi": "^5.0.0",
    "prettier": "^3.5.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "styled-components": "^6.1.17"
  },
  "peerDependencies": {
    "@strapi/strapi": "^5.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "styled-components": "^6.1.17"
  },
  "strapi": {
    "kind": "plugin",
    "name": "webbycommerce",
    "displayName": "WebbyCommerce",
    "description": "Complete ecommerce solution for Strapi: products, cart, orders, payments, and more with role-based permissions."
  },
  "description": "Complete ecommerce solution for Strapi: products, cart, orders, payments, and more with role-based permissions.",
  "homepage": "https://www.webbycrown.com/guides/webbycommerce-plugin/quick-start",
  
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webbycrown/webbycommerce.git"
  },
  "license": "MIT",
  "author": {
    "name": "WebbyCrown",
    "email": "info@webbycrown.com",
    "url": "https://webbycrown.com"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  }
}