cpython/Platforms/emscripten/browser_test/package.json
Hood Chatham 1b118353bb
gh-145176 Move Emscripten files into Platforms/emscripten (#145806)
Moves Emscripten build files into Platforms/emscripten.
2026-03-17 09:39:45 +08:00

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"
}
}