Files
AI/참고/playwright-main/examples/github-api/package.json
2026-05-12 19:40:31 +09:00

14 lines
215 B
JSON

{
"name": "github-api",
"version": "0.0.1",
"scripts": {
"test": "playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.17.1"
}
}