{
  "name": "bufdir_stat",
  "version": "9.0.6",
  "module": "bin/dist/index.es.js",
  "types": "./bin/types/index.d.ts",
  "style": "./bin/dist/style.css",
  "files": [
    "bin"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./bin/types/index.d.ts",
        "default": "./bin/dist/index.es.js"
      }
    },
    "./style.css": {
      "import": "./bin/dist/style.css"
    }
  },
  "scripts": {
    "clean": "rimraf bin node_modules",
    "build": "vite build && tsc",
    "build:dev": "vite build --mode development",
    "tsc": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "axios": "^1.10.0",
    "buflib": "7.1.0",
    "qs": "^6.14.0",
    "@tanstack/react-query": "^5.81.2",
    "react-router-dom": "^7.6.2",
    "react-showdown": "^2.3.1"
  },
  "devDependencies": {
    "@types/node": "^24.0.4",
    "@types/qs": "^6.14.0",
    "@types/react": "^19.1.8",
    "rimraf": "^6.0.1"
  },
  "peerDependencies": {
    "buflib": "7.1.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "next": "15.3.4",
    "styled-components": "^6.1.11"
  }
}
