{
  "name": "@huggingface/space-header",
  "version": "1.0.4",
  "packageManager": "pnpm@8.10.5",
  "description": "Use the Space mini_header outside Hugging Face",
  "repository": "https://github.com/huggingface/huggingface.js.git",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "browser": {
    "./dist/index.js": "./dist/browser/index.js",
    "./dist/index.mjs": "./dist/browser/index.mjs"
  },
  "keywords": [
    "huggingface",
    "spaces",
    "space-header"
  ],
  "files": [
    "src",
    "dist",
    "index.ts",
    "tsconfig.json"
  ],
  "author": "Hugging Face",
  "license": "MIT",
  "devDependencies": {
    "tsup": "^8.1.0",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "build": "tsup && tsc --emitDeclarationOnly --declaration",
    "lint": "eslint --quiet --fix --ext .cjs,.ts .",
    "lint:check": "eslint --ext .cjs,.ts .",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  }
}