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