{
  "name": "@gisatcz/ptr-be-core",
  "version": "58.0.0",
  "description": "Shared core library for PTR BE services and SSR applications",
  "type": "module",
  "files": [
    "dist/"
  ],
  "exports": {
    "./browser": {
      "types": "./dist/index.browser.d.ts",
      "import": "./dist/index.browser.js",
      "default": "./dist/index.browser.js"
    },
    "./node": {
      "types": "./dist/index.node.d.ts",
      "require": "./dist/index.node.cjs",
      "default": "./dist/index.node.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "dev": "npm run build:clean && rollup --config --watch",
    "build:clean": "rm -rf dist .rollup.cache tsconfig.tsbuildinfo",
    "build": "npm run build:clean && rollup --config",
    "lint": "eslint",
    "test": "vitest run --config vitest.config.ts",
    "yalc:publish": "yalc publish",
    "yalc:publish:push": "yalc publish --push",
    "before:push": "npm run lint && npm run build && npm run test",
    "pack:check": "npm pack --dry-run"
  },
  "peerDependencies": {
    "sqlite": "^5.1.1",
    "sqlite3": "^6.0.1",
    "lodash": "^4.18.1",
    "luxon": "^3.7.2",
    "pino": "^10.3.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.24",
    "@types/luxon": "^3.7.1",
    "@types/node": "^25.6.0",
    "vitest": "^4.1.4",
    "vite": "^8.0.8",
    "vite-tsconfig-paths": "^6.1.1",
    "@typescript-eslint/eslint-plugin": "^8.58.2",
    "@typescript-eslint/parser": "^8.58.2",
    "typescript-eslint": "^8.58.2",
    "eslint": "^10.2.0",
    "eslint-plugin-node": "^11.1.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "rollup": "^4.60.1",
    "rollup-plugin-dts": "^6.4.1",
    "typescript": "^6.0.2",
    "tsc-alias": "^1.8.16",
    "tsconfig-paths": "^4.2.0",
    "tslib": "^2.8.1",
    "ts-node": "^10.9.2",
    "tsx": "^4.21.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Gisat/ptr-be-core.git"
  },
  "author": "",
  "license": "ISC"
}
