{
  "name": "@acontplus/core",
  "version": "1.1.4",
  "description": "Enterprise-grade core library implementing Domain-Driven Design (DDD) and Clean Architecture patterns. Provides value objects, use cases, entities, HTTP adapters, pricing calculations, API response handling, and foundational utilities for Angular applications.",
  "peerDependencies": {
    "@acontplus/utils": "^1.1.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.2"
  },
  "type": "module",
  "main": "./src/index.js",
  "module": "./src/index.js",
  "types": "./src/index.d.ts",
  "exports": {
    ".": {
      "import": "./src/index.js",
      "types": "./src/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src/**",
    "README.md"
  ],
  "scripts": {
    "build": "nx build core",
    "test": "nx test core"
  },
  "keywords": [
    "acontplus",
    "core",
    "ddd",
    "domain-driven-design",
    "clean-architecture",
    "hexagonal-architecture",
    "use-cases",
    "value-objects",
    "entities",
    "adapters",
    "ports",
    "pricing-calculator",
    "tax-calculator",
    "discount-calculator",
    "profit-calculator",
    "money-value-object",
    "http-client-factory",
    "api-response-handling",
    "pagination",
    "jwt-tokens",
    "base-entity",
    "identification-number",
    "entity-id",
    "auth-tokens",
    "axios-adapter",
    "fetch-adapter",
    "typescript",
    "angular",
    "enterprise"
  ],
  "author": "Ivan Paz <ifer343@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/acontplus/acontplus-libs/issues"
  },
  "homepage": "https://github.com/acontplus/acontplus-libs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acontplus/acontplus-libs.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "release": {
    "branches": [
      "main"
    ]
  }
}