feat: initialize unidesk platform
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user