mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:33:08 +03:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"version": "0.7.0-canary.11",
|
|
"exports": {
|
|
"./playwright": "./playwright.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "=1.33.0",
|
|
"playwright": "=1.33.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*",
|
|
"playwright": "*"
|
|
}
|
|
}
|