mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 16:51:34 +03:00
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"version": "0.9.0-canary.6",
|
|
"exports": {
|
|
"./playwright": "./playwright.ts",
|
|
"./utils/*": "./utils/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@node-rs/argon2": "^1.5.2",
|
|
"@playwright/test": "^1.37.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*"
|
|
}
|
|
}
|