mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 13:21:45 +00:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
21 lines
400 B
JSON
21 lines
400 B
JSON
{
|
|
"name": "pocket-id-tests",
|
|
"type": "module",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"test": "playwright test",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/adm-zip": "^0.5.7",
|
|
"@types/node": "^22.18.12",
|
|
"dotenv": "^17.2.3",
|
|
"jose": "^6.1.2",
|
|
"prettier": "^3.7.0"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.16"
|
|
}
|
|
}
|