mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 15:04:06 +03:00
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"version": "0.7.0-canary.57",
|
|
"exports": {
|
|
"./playwright": "./playwright.ts",
|
|
"./utils/*": "./utils/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.36.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*"
|
|
}
|
|
}
|