Files
AI/참고/playwright-main/tests/electron/package.json

9 lines
152 B
JSON
Raw Normal View History

2026-05-12 19:40:31 +09:00
{
"name": "my-electron-app",
"version": "1.0.0",
"description": "Hello World!",
"main": "main.js",
"author": "Jane Doe",
"license": "MIT"
}