{
  "name": "file-service-frontend",
  "version": "0.1.3",
  "description": "React components for file upload, management, viewing, import, and export with preview and selective options",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.standalone.json",
    "build:monorepo": "tsc -p tsconfig.lib.json",
    "prepublishOnly": "npm run build || echo 'Build failed, using existing dist'"
  },
  "peerDependencies": {
    "axios": "^1.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "keywords": [
    "file-upload",
    "file-management",
    "file-import",
    "file-export",
    "file-preview",
    "react",
    "components",
    "file-service"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-org/monorepo-template.git",
    "directory": "libs/file-service/libs/frontend-components"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2"
  }
}
