2024-02-13 11:08:49 -07:00
|
|
|
{
|
|
|
|
"name": "immich-e2e",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-02-19 15:25:57 -07:00
|
|
|
"test": "vitest --config vitest.config.ts",
|
2024-02-19 10:03:51 -07:00
|
|
|
"test:web": "npx playwright test",
|
2024-02-19 15:25:57 -07:00
|
|
|
"start:web": "npx playwright test --ui"
|
2024-02-13 11:08:49 -07:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
|
|
|
"devDependencies": {
|
2024-02-19 15:25:57 -07:00
|
|
|
"@immich/cli": "file:../cli",
|
2024-02-13 11:08:49 -07:00
|
|
|
"@immich/sdk": "file:../open-api/typescript-sdk",
|
|
|
|
"@playwright/test": "^1.41.2",
|
2024-02-27 12:04:38 -07:00
|
|
|
"@types/luxon": "^3.4.2",
|
2024-02-13 11:08:49 -07:00
|
|
|
"@types/node": "^20.11.17",
|
|
|
|
"@types/pg": "^8.11.0",
|
2024-02-19 10:03:51 -07:00
|
|
|
"@types/supertest": "^6.0.2",
|
|
|
|
"@vitest/coverage-v8": "^1.3.0",
|
2024-02-27 12:04:38 -07:00
|
|
|
"luxon": "^3.4.4",
|
2024-02-13 11:08:49 -07:00
|
|
|
"pg": "^8.11.3",
|
2024-02-27 12:04:38 -07:00
|
|
|
"socket.io-client": "^4.7.4",
|
2024-02-19 10:03:51 -07:00
|
|
|
"supertest": "^6.3.4",
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vitest": "^1.3.0"
|
2024-02-13 11:08:49 -07:00
|
|
|
}
|
|
|
|
}
|