immich/e2e/package.json

32 lines
825 B
JSON
Raw Normal View History

{
"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"
},
"keywords": [],
"author": "",
"license": "GNU Affero General Public License version 3",
"devDependencies": {
2024-02-19 15:25:57 -07:00
"@immich/cli": "file:../cli",
"@immich/sdk": "file:../open-api/typescript-sdk",
"@playwright/test": "^1.41.2",
"@types/luxon": "^3.4.2",
"@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",
"luxon": "^3.4.4",
"pg": "^8.11.3",
"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"
}
}