18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "unidesk-root",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "bun@1.3.13",
|
|
"scripts": {
|
|
"cli": "bun scripts/cli.ts",
|
|
"check": "bun scripts/cli.ts check",
|
|
"e2e": "bun scripts/cli.ts e2e run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/node": "latest",
|
|
"playwright": "^1.59.1",
|
|
"typescript": "latest"
|
|
}
|
|
}
|