mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 23:11:44 +03:00
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.10.3-canary.0",
|
|
"exports": {
|
|
"./electron": "./electron.ts",
|
|
"./playwright": "./playwright.ts",
|
|
"./utils/*": "./utils/*.ts",
|
|
"./e2e-enhance/*": "./e2e-enhance/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@node-rs/argon2": "^1.5.2",
|
|
"@playwright/test": "^1.39.0",
|
|
"express": "^4.18.2",
|
|
"http-proxy-middleware": "^3.0.0-beta.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*",
|
|
"express": "*",
|
|
"http-proxy-middleware": "*"
|
|
}
|
|
}
|