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