{
  "name": "chrono-phylo-tree",
  "version": "1.3.1",
  "description": "A React-based phylogenetic tree visualization library",
  "type": "module",
  "main": "./dist/chrono-phylo-tree.umd.js",
  "module": "./dist/chrono-phylo-tree.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/chrono-phylo-tree.es.js",
      "require": "./dist/chrono-phylo-tree.umd.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@tailwindcss/vite": "^4.0.12",
    "multiple-sorting-array": "^1.0.0",
    "papaparse": "^5.5.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tailwindcss": "^4.0.12",
    "vite-plugin-static-copy": "^3.0.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "@types/papaparse": "^5.3.15",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.19.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.18",
    "globals": "^15.14.0",
    "tsup": "^8.5.0",
    "typescript": "~5.7.2",
    "typescript-eslint": "^8.21.0",
    "vite": "^6.0.11",
    "vite-plugin-dts": "^4.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LUCHER4321/chrono-phylo-tree"
  },
  "keywords": [
    "phylogenetic",
    "tree",
    "visualization",
    "react"
  ],
  "author": "LUCHER4321"
}
