{
  "name": "@levo-so/client",
  "version": "0.0.27",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "generate-types": "./dist/bin/generate-types/index.js"
  },
  "scripts": {
    "dev": "bun --watch ./src/index.ts",
    "build": "./scripts/generate-dependency-types.sh && bun run ./scripts/generate-build.js && tsc --emitDeclarationOnly",
    "clean": "rimraf dist node_modules .turbo",
    "generate-types": "tsc --emitDeclarationOnly",
    "lint": "tsc --noEmit true && biome check --max-diagnostics=1000 --diagnostic-level=error --log-kind=compact ./src --write && skott --showCircularDependencies --circularMaxDepth=20 --displayMode=raw --no-trackTypeOnlyDependencies --fileExtensions=.ts --ignorePattern=\"**/node_modules/**\" --ignorePattern=\"**/client/**\" --exitCodeOnCircularDependencies=1",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "package-json": "^10.0.1",
    "yargs": "^17.7.2"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/yargs": "^17.0.35"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "keywords": [
    "levo",
    "content management",
    "cms",
    "membership",
    "authentication"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
