mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 05:22:12 +03:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"version": "0.7.0-canary.41",
|
|
"exports": {
|
|
"./playwright": "./playwright.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.35.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*"
|
|
}
|
|
}
|