mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-08 18:43:46 +00:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"version": "0.8.2",
|
|
"exports": {
|
|
"./playwright": "./playwright.ts",
|
|
"./utils/*": "./utils/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.37.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*"
|
|
}
|
|
}
|