📄 package.json
/home/palash/git/local-ai/node_modules/@playwright/experimental-ct-core/package.json
Language: json • Lines: 33
{
  "name": "@playwright/experimental-ct-core",
  "version": "1.55.1",
  "description": "Playwright Component Testing Helpers",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/playwright.git"
  },
  "homepage": "https://playwright.dev",
  "engines": {
    "node": ">=18"
  },
  "author": {
    "name": "Microsoft Corporation"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./lib/mount": "./lib/mount.js",
    "./lib/program": "./lib/program.js",
    "./types/component": {
      "types": "./types/component.d.ts"
    }
  },
  "dependencies": {
    "playwright-core": "1.55.1",
    "vite": "^6.3.4",
    "playwright": "1.55.1"
  }
}