mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 17:42:48 +03:00
25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"name": "@affine-test/kit",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.15.0",
|
|
"exports": {
|
|
"./electron": "./electron.ts",
|
|
"./playwright": "./playwright.ts",
|
|
"./utils/*": "./utils/*.ts",
|
|
"./e2e-enhance/*": "./e2e-enhance/*.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/electron-api": "workspace:*",
|
|
"@node-rs/argon2": "^1.8.0",
|
|
"@playwright/test": "=1.44.1",
|
|
"express": "^4.19.2",
|
|
"http-proxy-middleware": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "*",
|
|
"express": "*",
|
|
"http-proxy-middleware": "*"
|
|
}
|
|
}
|