mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-10 01:10:42 +03:00
15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.52.0",
|
|
"@types/node": "^22.15.21",
|
|
"dotenv": "^16.5.0",
|
|
"jose": "^6.0.11",
|
|
"prettier": "^3.6.2"
|
|
}
|
|
}
|