{
  "name": "@dcupl/core",
  "version": "1.11.11",
  "description": "Dcupl Core",
  "main": "dist/node/index.cjs.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/node/index.cjs.js"
    }
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "serve": "concurrently 'tsc -w' 'tsc -p tsconfig-cjs.json'",
    "build": "npm run clean && npm run build:tsc && npm run build:bundle",
    "build:tsc": "tsc",
    "build:bundle": "npx webpack",
    "clean": "rm -rf dist",
    "lint": "eslint \"{src}/**/*.ts\" --fix",
    "publish:npm": "npm run build && npm publish --access=public",
    "publish:npm:beta": "npm run build && npm publish --access=public --tag beta --force",
    "link:local": "npm link"
  },
  "author": "dcupl Team",
  "license": "ISC",
  "dependencies": {
    "@dcupl/common": "1.11.11",
    "date-fns": "3.6.x",
    "lodash-es": "^4.17.21"
  }
}
