{
  "name": "@tanstack/table-devtools",
  "version": "9.0.0-alpha.11",
  "description": "Devtools for TanStack Table.",
  "author": "Tanner Linsley",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/table.git",
    "directory": "packages/table-devtools"
  },
  "homepage": "https://tanstack.com/table",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "tanstack",
    "table",
    "devtools"
  ],
  "scripts": {
    "clean": "rimraf ./build && rimraf ./dist",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "test:eslint": "eslint ./src",
    "test:lib": "vitest --passWithNoTests",
    "test:lib:dev": "pnpm test:lib --watch",
    "test:types": "tsc",
    "test:build": "publint --strict",
    "build": "tsdown"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./production": "./dist/production.js",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist/",
    "src"
  ],
  "dependencies": {
    "@tanstack/devtools-ui": "^0.5.1",
    "@tanstack/devtools-utils": "^0.4.0",
    "@tanstack/solid-store": "^0.9.3",
    "goober": "^2.1.18",
    "solid-js": "^1.9.12"
  },
  "peerDependencies": {
    "@tanstack/table-core": "workspace:*"
  },
  "devDependencies": {
    "vite-plugin-solid": "^2.11.12"
  }
}
