{
  "name": "@paroicms/public-server-lib",
  "version": "1.7.2",
  "description": "Common utilitaries for paroicms plugins (backend side).",
  "author": "Paroi Team",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/paroi/paroicms.git",
    "directory": "packages/public-server-lib"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run typeonly && npm run tsc",
    "build:ci": "npm run typeonly && tsc --declarationMap false",
    "tsc": "tsc",
    "typeonly": "typeonly --bundle dist/types.to.json --source-dir typeonly",
    "typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
    "test:watch": "vitest",
    "test": "vitest run",
    "clear": "rimraf dist/*",
    "dev": "tsc --watch --preserveWatchOutput"
  },
  "dependencies": {
    "@paroicms/internal-anywhere-lib": "1.41.1",
    "@paroicms/public-anywhere-lib": "1.2.1",
    "@paroicms/script-lib": "1.0.7",
    "@typeonly/validator": "~1.1.2",
    "arktype": "~2.2.3"
  },
  "devDependencies": {
    "@types/node": "~24.13.2",
    "rimraf": "~6.1.3",
    "typeonly": "~1.1.3",
    "typescript": "~7.0.2",
    "vitest": "~4.1.10"
  },
  "files": [
    "dist",
    "docs",
    "types",
    "typeonly"
  ]
}
