{
  "name": "@paroicms/public-anywhere-lib",
  "version": "1.1.0",
  "description": "Front lib for Paroi CMS.",
  "author": "Paroi Team",
  "keywords": [
    "paroicms"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/paroi/opensource/paroicms.git",
    "directory": "packages/public-anywhere-lib"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:ci": "tsc --declarationMap false",
    "clear": "rimraf dist/*",
    "dev": "tsc --watch --preserveWatchOutput",
    "typecheck": "tsc --noEmit -p tsconfig.typecheck.json",
    "test:watch": "vitest",
    "test": "vitest run"
  },
  "dependencies": {
    "arktype": "~2.2.3"
  },
  "devDependencies": {
    "rimraf": "~6.1.3",
    "typescript": "~7.0.2",
    "vitest": "~4.1.10"
  },
  "files": [
    "dist",
    "types"
  ]
}
