{
  "name": "@vtbag/inspection-chamber",
  "type": "module",
  "version": "1.0.22",
  "main": "lib/index.js",
  "description": "The Inspection Chamber is an in-browser development tool that gives you all the knobs and dials to interactively put your view transitions through their paces.",
  "files": [
    "lib/index.js",
    "lib/index.d.ts"
  ],
  "scripts": {
    "dev": "bin/bundle dev",
    "build": "npm run format; bin/bundle",
    "format": "prettier --write src | grep -v 'unchanged)$'",
    "test": "bin/test",
    "changeset": "changeset",
    "release": "changeset publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vtbag/inspection-chamber.git"
  },
  "keywords": [
    "view",
    "transition",
    "view-transition",
    "view transition",
    "animation",
    "debugging",
    "development"
  ],
  "author": "vtbag",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vtbag/inspection-chamber/issues"
  },
  "homepage": "https://vtbag.dev",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/martrapp"
  },
  "devDependencies": {
    "@changesets/cli": "^2.28.1",
    "@eslint/js": "^9.24.0",
    "@types/dom-view-transitions": "^1.0.6",
    "eruda": "^3.4.1",
    "esbuild": "^0.25.2",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "vite": "^6.2.5"
  }
}
