mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 17:21:48 +03:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"version": "0.9.0-canary.7",
|
|
"exports": {
|
|
"./playwright": "./playwright.ts",
|
|
"./utils/*": "./utils/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@node-rs/argon2": "^1.5.2",
|
|
"@playwright/test": "^1.37.1",
|
|
"express": "^4.18.2",
|
|
"http-proxy-middleware": "^3.0.0-beta.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*",
|
|
"express": "*",
|
|
"http-proxy-middleware": "*"
|
|
}
|
|
}
|