2023-04-25 06:12:48 +03:00
|
|
|
{
|
|
|
|
"name": "@affine-test/kit",
|
|
|
|
"private": true,
|
2023-09-15 10:34:14 +03:00
|
|
|
"type": "module",
|
2023-10-31 06:54:25 +03:00
|
|
|
"version": "0.10.0-canary.5",
|
2023-04-25 06:12:48 +03:00
|
|
|
"exports": {
|
2023-09-17 23:26:06 +03:00
|
|
|
"./electron": "./electron.ts",
|
2023-07-13 12:05:01 +03:00
|
|
|
"./playwright": "./playwright.ts",
|
2023-10-13 06:03:42 +03:00
|
|
|
"./utils/*": "./utils/*.ts",
|
|
|
|
"./e2e-enhance/*": "./e2e-enhance/*.ts"
|
2023-04-25 06:12:48 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-29 13:07:05 +03:00
|
|
|
"@node-rs/argon2": "^1.5.2",
|
2023-10-13 22:37:18 +03:00
|
|
|
"@playwright/test": "^1.39.0",
|
2023-09-02 06:31:07 +03:00
|
|
|
"express": "^4.18.2",
|
|
|
|
"http-proxy-middleware": "^3.0.0-beta.1"
|
2023-04-25 06:12:48 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-09-02 06:31:07 +03:00
|
|
|
"@playwright/test": "*",
|
|
|
|
"express": "*",
|
|
|
|
"http-proxy-middleware": "*"
|
2023-04-25 06:12:48 +03:00
|
|
|
}
|
|
|
|
}
|