Files
mnote/package.json
T

12 lines
187 B
JSON

{
"scripts": {
"desktop:hot": "node scripts/desktop-hot.js"
},
"dependencies": {
"@playwright/test": "^1.56.1"
},
"devDependencies": {
"playwright": "^1.56.1"
}
}