mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"name": "@triliumnext/server-e2e",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"e2e": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv": "17.2.3"
|
|
}
|
|
}
|