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