cpython/Platforms/emscripten/browser_test/package.json
Miss Islington (bot) f06961e044
[3.14] gh-145176 Move Emscripten files into Platforms/emscripten (GH-145806) (#146043)
Moves Emscripten build files into Platforms/emscripten.
(cherry picked from commit 1b118353bb)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2026-03-17 10:17:47 +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"
}
}