mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com> Co-authored-by: Zachary Ware <zach@python.org>
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"name": "browser_test",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.54.1",
|
|
"@types/node": "^24.1.0",
|
|
"http-server": "^14.1.1",
|
|
"playwright": "^1.54.1"
|
|
}
|
|
}
|