next.js/packages/next-playwright/package.json
package.json33 lines746 B
{
  "name": "@next/playwright",
  "version": "16.3.0-canary.9",
  "repository": {
    "url": "vercel/next.js",
    "directory": "packages/next-playwright"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "scripts": {
    "build": "node ../../scripts/rm.mjs dist && tsc -d -p tsconfig.json",
    "prepublishOnly": "cd ../../ && turbo run build",
    "dev": "tsc -d -w -p tsconfig.json",
    "typescript": "tsec --noEmit -p tsconfig.json"
  },
  "peerDependencies": {
    "@playwright/test": ">=1.0.0"
  },
  "peerDependenciesMeta": {
    "@playwright/test": {
      "optional": true
    }
  },
  "devDependencies": {
    "@playwright/test": "1.58.2",
    "typescript": "6.0.2"
  }
}
Quest for Codev2.0.0
/
SIGN IN