mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
32 lines
692 B
JSON
32 lines
692 B
JSON
{
|
|
"name": "@next/playwright",
|
|
"version": "16.4.0-canary.36",
|
|
"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",
|
|
"dev": "tsc -d -w -p tsconfig.json",
|
|
"typescript": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": ">=1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@playwright/test": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.61.0",
|
|
"typescript": "6.0.2"
|
|
}
|
|
}
|