{
  "name": "@unchainedshop/core",
  "description": "Core orchestration package for the Unchained Engine with business services and directors",
  "version": "4.8.11",
  "main": "lib/core-index.js",
  "types": "lib/core-index.d.ts",
  "type": "module",
  "sideEffects": false,
  "scripts": {
    "clean": "tsc -b --clean",
    "build": "tsc -b",
    "prepublishOnly": "npm run clean && npm run build",
    "watch": "tsc -w ",
    "test": "node --test",
    "test:watch": "node --test --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unchainedshop/unchained.git"
  },
  "keywords": [
    "unchained",
    "ecommerce",
    "core"
  ],
  "authors": [
    "Pascal Kaufmann",
    "Mikael Araya",
    "Vedran Rudelj",
    "Joël Meiller"
  ],
  "license": "EUPL-1.2",
  "bugs": {
    "url": "https://github.com/unchainedshop/unchained/issues"
  },
  "homepage": "https://github.com/unchainedshop/unchained#readme",
  "dependencies": {
    "@unchainedshop/core-assortments": "^4.6.0",
    "@unchainedshop/core-bookmarks": "^4.6.0",
    "@unchainedshop/core-countries": "^4.6.0",
    "@unchainedshop/core-currencies": "^4.6.0",
    "@unchainedshop/core-delivery": "^4.6.0",
    "@unchainedshop/core-enrollments": "^4.6.0",
    "@unchainedshop/core-events": "^4.6.0",
    "@unchainedshop/core-files": "^4.6.0",
    "@unchainedshop/core-filters": "^4.6.0",
    "@unchainedshop/core-languages": "^4.6.0",
    "@unchainedshop/core-orders": "^4.6.0",
    "@unchainedshop/core-payment": "^4.6.0",
    "@unchainedshop/core-products": "^4.6.0",
    "@unchainedshop/core-quotations": "^4.6.0",
    "@unchainedshop/core-users": "^4.6.0",
    "@unchainedshop/core-warehousing": "^4.6.0",
    "@unchainedshop/core-worker": "^4.6.0",
    "@unchainedshop/logger": "^4.6.0",
    "@unchainedshop/utils": "^4.6.0",
    "minipass-json-stream": "^1.0.2"
  },
  "devDependencies": {
    "@types/node": "^25.0.0",
    "typescript": "^5.8.3"
  }
}
